From 1abe5af1100ab2e7d03078bb744d90f13abf72df Mon Sep 17 00:00:00 2001 From: dimon Date: Wed, 21 Aug 2024 12:19:02 +0000 Subject: [PATCH] Update 'setup_tor.sh' --- setup_tor.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup_tor.sh b/setup_tor.sh index 07c795d..068028c 100644 --- a/setup_tor.sh +++ b/setup_tor.sh @@ -4,6 +4,12 @@ sh /setup_programs.sh 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 +#libc6 2.34 +? +#apt show -a libc6 +apt install libc6="2.31-0ubuntu9" +apt install build-essential + 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.deb