diff options
-rw-r--r-- | scripts/bootstrap/builder.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh index cccdf55..d01a201 100644 --- a/scripts/bootstrap/builder.sh +++ b/scripts/bootstrap/builder.sh @@ -4,6 +4,8 @@ # REBUILD_INTERVAL (days), manual if not specified # REBUILD_FAILED (days), manual if not specified +bash /etc/portage/scripts/bootstrap/builder_sync.sh + # This is intended as permanent container while [ 1 ]; do emerge --usepkg --buildpkg --keep-going --update --deep --with-bdeps=y --newuse @world |