diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bootstrap/builder_sync.sh | 8 |
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 |