Add TorNoVPN

This commit is contained in:
flyingscorpio@pinebook-pro 2020-03-10 11:13:46 +01:00
parent 00eaa82178
commit 562c26a58c

View file

@ -189,6 +189,15 @@ else
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/TicTacToe.git
fi
echo "Setting up TorNoVPN..."
if [ -e ~/SRC/TorNoVPN ]; then
echo "${GREEN}TorNoVPN is already there, updating...${NC}"
cd ~/SRC/TorNoVPN && git pull
else
echo "${ORANGE}Cloning new TorNoVPN...${NC}"
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/TorNoVPN.git
fi
echo "Setting up WhitespaceInterpreter..."
if [ -e ~/SRC/WhitespaceInterpreter ]; then
echo "${GREEN}WhitespaceInterpreter is already there, updating...${NC}"