Update 'setup_tor.sh'
This commit is contained in:
parent
2f66ae5d70
commit
0109c05efe
@ -1,10 +1,12 @@
|
||||
#!/bin/sh
|
||||
sh /setup_programs.sh
|
||||
apt install -y obfs4proxy
|
||||
|
||||
wget --user ${FTP_USER} --password ${FTP_PASSWORD} ftp://${FTP_HOST}:${FTP_PORT}/libevent-2.1-6_2.1.8-stable-4build1_amd64.deb -O /tmp/libevent.deb
|
||||
dpkg -i /tmp/libevent.deb
|
||||
|
||||
wget --user ${FTP_USER} --password ${FTP_PASSWORD} ftp://${FTP_HOST}:${FTP_PORT}/obfs4proxy_0.0.14-1build1_amd64.deb -O /tmp/obfs4proxy.deb
|
||||
dpkg -i /tmp/obfs4proxy
|
||||
|
||||
# see https://deb.torproject.org/torproject.org/pool/main/t/tor/
|
||||
# see https://support.torproject.org/apt/tor-deb-repo/
|
||||
wget --user ${FTP_USER} --password ${FTP_PASSWORD} ftp://${FTP_HOST}:${FTP_PORT}/tor_0.4.8.12-1~bionic+1_amd64.deb -O /tmp/tor.deb
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user