Add RustBook
This commit is contained in:
parent
e68eac3247
commit
f987d98e1b
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@ 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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue