Remove RustBook

This commit is contained in:
flyingscorpio@arch-desktop 2020-03-25 13:11:45 +01:00
parent 62bec0b469
commit 88a4065e4c

View file

@ -28,15 +28,6 @@ else
cd ~/Lessons && git clone ssh://flyingscorpio@2px.info.tm/~/repos/OpenClassrooms.git
fi
echo "Setting up RustBook..."
if [ -e ~/Lessons/RustBook ]; then
echo "${GREEN}RustBook is already there, updating...${NC}"
cd ~/Lessons/RustBook && git pull
else
echo "${ORANGE}Cloning new RustBook...${NC}"
cd ~/Lessons && git clone ssh://flyingscorpio@2px.info.tm/~/repos/RustBook.git
fi
echo "Setting up Keepass..."
if [ -e ~/Keepass ]; then
echo "${GREEN}Keepass is already there, updating...${NC}"