Add ScheduleTimer
This commit is contained in:
parent
88a4065e4c
commit
7d13baa11d
1 changed files with 9 additions and 0 deletions
|
@ -184,6 +184,15 @@ else
|
|||
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/Roboc-console.git
|
||||
fi
|
||||
|
||||
echo "Setting up ScheduleTimer..."
|
||||
if [ -e ~/SRC/ScheduleTimer ]; then
|
||||
echo "${GREEN}ScheduleTimer is already there, updating...${NC}"
|
||||
cd ~/SRC/ScheduleTimer && git pull
|
||||
else
|
||||
echo "${ORANGE}Cloning new ScheduleTimer...${NC}"
|
||||
cd ~/SRC && git clone https://gitlab.com/flyingscorpio/ScheduleTimer.git
|
||||
fi
|
||||
|
||||
echo "Setting up SudokuSolver..."
|
||||
if [ -e ~/SRC/SudokuSolver ]; then
|
||||
echo "${GREEN}SudokuSolver is already there, updating...${NC}"
|
||||
|
|
Loading…
Add table
Reference in a new issue