From 6fa3110487606c17c856480265844b2008d29f63 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 25 Oct 2019 23:23:08 +0200 Subject: Fix building from scratch --- scripts/bootstrap/builder_sync.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'scripts/bootstrap/builder_sync.sh') 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 -- cgit v1.2.1