Gitlab was Github
This commit is contained in:
parent
558e2d5cd8
commit
abf382039f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue