From e68eac32472f90c8bb8e1479181d854e7cff6286 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Fri, 20 Mar 2020 11:15:29 +0100 Subject: [PATCH] Add vim markers, add line to start mysqld.service in 2px and lvel_project --- clone_projects.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/clone_projects.sh b/clone_projects.sh index 09d1c3d..b758e2b 100644 --- a/clone_projects.sh +++ b/clone_projects.sh @@ -3,9 +3,7 @@ ## This script clones all the different repos -################## -# REPOS ON LIME2 # -################## +# REPOS ON LIME2 {{{ echo "Setting up Lessons..." if [ ! -e ~/Lessons ]; then @@ -76,10 +74,9 @@ else fi cd ~/VimConf && /bin/bash ~/VimConf/update.sh -o +# }}} -################### -# REPOS ON GITLAB # -################### +# REPOS ON GITLAB {{{ if [ ! -e ~/SRC ]; then mkdir ~/SRC @@ -110,7 +107,8 @@ export DJANGO_USER DJANGO_PASSWORD='ribosome66' export DJANGO_PASSWORD DJANGO_SECRET_KEY='q+hci0d5y90q)k07f@1k3qzr&w=@89n(0z0ukp)_iu(g9iws0r' -export DJANGO_SECRET_KEY" >> ~/SRC/2px/env/bin/activate +export DJANGO_SECRET_KEY +systemctl start mysqld.service" >> ~/SRC/2px/env/bin/activate fi echo "Setting up BlurMySearches..." @@ -146,7 +144,8 @@ export DJANGO_USER DJANGO_PASSWORD='ribosome66' export DJANGO_PASSWORD DJANGO_SECRET_KEY='t!d6q&g1*lm-p41m=pd!o&kga9jk)wom)sr7#4-=\$oo*\$)ymtc' -export DJANGO_SECRET_KEY" >> ~/SRC/LVEL-website/env/bin/activate +export DJANGO_SECRET_KEY +systemctl start mysqld.service" >> ~/SRC/LVEL-website/env/bin/activate fi echo "Setting up MarioSokoban..." @@ -229,3 +228,5 @@ else echo "${ORANGE}Cloning new WikipediaAcronymScraper...${NC}" cd ~/SRC && git clone https://gitlab.com/flyingscorpio/WikipediaAcronymScraper.git fi + +# }}}