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:
parent
f7fb0c99fb
commit
35eaa2a4d4
1 changed files with 9 additions and 0 deletions
9
termux.sh
Normal file
9
termux.sh
Normal 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
|
Loading…
Reference in a new issue