Add TorNoVPN
This commit is contained in:
parent
00eaa82178
commit
562c26a58c
1 changed files with 9 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue