Add script for running zeronet-conservancy in Termux on Android

Instructions:
1. Download the script in termux
2. Run it
This commit is contained in:
unmanbearpig 2022-06-04 19:17:37 +04:00
parent f7fb0c99fb
commit 35eaa2a4d4
1 changed files with 9 additions and 0 deletions

9
termux.sh Normal file
View File

@ -0,0 +1,9 @@
# Script for running zeronet-conservancy in Termux on Android
git clone https://github.com/zeronet-conservancy/zeronet-conservancy
cd zeronet-conservancy
pkg update
pkg install python automake git binutils tor
tor --ControlPort 9051 --CookieAuthentication 1 >/dev/null &
./start-venv.sh