From abf382039f311ddd5889f9fc7ec28080ef4d9172 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebook-pro" Date: Wed, 4 Mar 2020 11:30:52 +0100 Subject: [PATCH] Gitlab was Github --- clone_projects.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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