diff --git a/clone_projects.sh b/clone_projects.sh index 4f2cc71..3a1373c 100644 --- a/clone_projects.sh +++ b/clone_projects.sh @@ -87,7 +87,7 @@ if [ -e ~/SRC/2px ]; then cd ~/SRC/2px && git pull else echo "${ORANGE}Cloning new 2px...${NC}" - cd ~/SRC && git clone https://gitlab.com/flyingscorpio/2px.git + cd ~/SRC && git clone git@gitlab.com:flyingscorpio/2px.git cd ~/SRC/2px && python3 -m venv env echo " # Set own environment variables for Django @@ -123,7 +123,7 @@ if [ -e ~/SRC/LVEL-website ]; then cd ~/SRC/LVEL-website && git pull else echo "${ORANGE}Cloning new LVEL-website...${NC}" - cd ~/SRC && git clone https://gitlab.com/flyingscorpio/LVEL-website.git + cd ~/SRC && git clone git@gitlab.com:flyingscorpio/LVEL-website.git cd ~/SRC/LVEL-website && python3 -m venv env echo " # Set own environment variables for Django