Add ScheduleTimer

This commit is contained in:
flyingscorpio@arch-desktop 2020-03-26 12:11:42 +01:00
parent 88a4065e4c
commit 7d13baa11d

View file

@ -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}"