Gitlab was Github

This commit is contained in:
flyingscorpio@pinebook-pro 2020-03-04 11:30:52 +01:00
parent 558e2d5cd8
commit abf382039f

View file

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