Forgot .git in ROBOC-console

This commit is contained in:
flyingscorpio@pinebook-pro 2020-03-05 08:39:29 +01:00
parent abf382039f
commit 0bb0319009

View file

@ -168,7 +168,7 @@ if [ -e ~/SRC/Roboc-console ]; then
cd ~/SRC/Roboc-console && git pull cd ~/SRC/Roboc-console && git pull
else else
echo "${ORANGE}Cloning new Roboc-console...${NC}" echo "${ORANGE}Cloning new Roboc-console...${NC}"
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/Roboc-console cd ~/SRC && git clone https://gitlab.com/flyingscorpio/Roboc-console.git
fi fi
echo "Setting up SudokuSolver..." echo "Setting up SudokuSolver..."