Forgot .git in ROBOC-console
This commit is contained in:
parent
abf382039f
commit
0bb0319009
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||||
|
|
Loading…
Add table
Reference in a new issue