update tor
This commit is contained in:
parent
c6f20c5f92
commit
384f9a7e08
8 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -1,3 +1,17 @@
|
||||||
to update you need:
|
to update you need:
|
||||||
|
|
||||||
apt install python3-pip python3.4 python3.5 python3.4-dev python3.5-dev python3.6 python3.6-dev
|
apt install python3-pip python3-venv python3.5 python3.5-dev python3.6 python3.6-dev python3.6-dev
|
||||||
|
|
||||||
|
|
||||||
|
# TOR update
|
||||||
|
|
||||||
|
wget https://www.torproject.org/dist/torbrowser/8.0.4/tor-browser-linux64-8.0.4_en-US.tar.xz
|
||||||
|
tar xvf tor-browser-linux64-8.0.4_en-US.tar.xz
|
||||||
|
|
||||||
|
rm -r tor
|
||||||
|
mv tor-browser_en-US/Browser/TorBrowser/Tor tor
|
||||||
|
mv tor/libstdc++/libstdc++.so.6 tor/
|
||||||
|
rmdir tor/libstdc++/
|
||||||
|
rm -r tor/PluggableTransports
|
||||||
|
rm -r tor-browser_en-US
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
BIN
tor/libevent-2.1.so.6
Executable file
BIN
tor/libevent-2.1.so.6
Executable file
Binary file not shown.
BIN
tor/libgmp.so.10
BIN
tor/libgmp.so.10
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
tor/tor
BIN
tor/tor
Binary file not shown.
Loading…
Reference in a new issue