summaryrefslogtreecommitdiffstats
path: root/scripts/bootstrap/builder_sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bootstrap/builder_sync.sh')
-rw-r--r--scripts/bootstrap/builder_sync.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/scripts/bootstrap/builder_sync.sh b/scripts/bootstrap/builder_sync.sh
index 59138cc..7a71377 100644
--- a/scripts/bootstrap/builder_sync.sh
+++ b/scripts/bootstrap/builder_sync.sh
@@ -2,16 +2,8 @@
# Update DarkLin repo & styx configuration
-if [ -d "/darklin/gentoo" ]; then
- cd "/darklin/gentoo" && git pull
-else
- cd "/darlin" && git clone http://darksoft.org/git/csa/devops/darkconf/gentoo.git
-fi
-if [ -d "/darklin/darklin4" ]; then
- cd /darklin/darklin4 && git pull
-else
- cd "/darklin" && git clone http://darksoft.org/git/csa/devops/darkconf/darklin4.git
-fi
+cd "/darklin/gentoo" && git pull
+cd "/darklin/darklin4" && git pull
# Update portage
emerge --sync && eix-sync