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.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/bootstrap/builder_sync.sh b/scripts/bootstrap/builder_sync.sh
index e7f1f66..c1db7d7 100644
--- a/scripts/bootstrap/builder_sync.sh
+++ b/scripts/bootstrap/builder_sync.sh
@@ -4,3 +4,11 @@ cd /darklin/gentoo && git pull
cd /darklin/darklin4 && git pull
emerge --sync && eix-sync
emerge -1 portage
+
+lftp http://darksoft.org/darklin/ << EOF
+lcd /var/cache/
+mirror -c distfiles
+bye
+EOF
+
+[ -f /usr/src/linux/.config ] || yes "" | make -C /usr/src/linux oldconfig