mirror of https://github.com/yt-dlp/yt-dlp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
210 B
Bash
9 lines
210 B
Bash
9 years ago
|
#!/bin/bash
|
||
|
|
||
|
mkdir -p tmp && cd tmp
|
||
|
wget -N http://downloads.sourceforge.net/project/socks-relay/socks-relay/srelay-0.4.8/srelay-0.4.8b6.tar.gz
|
||
|
tar zxvf srelay-0.4.8b6.tar.gz
|
||
|
cd srelay-0.4.8b6
|
||
|
./configure
|
||
|
make
|