From 67c8723fdb30b85b3efe009a1adc90c8e89f1d95 Mon Sep 17 00:00:00 2001 From: mudler Date: Fri, 25 Mar 2016 14:14:45 +0100 Subject: [PATCH] add enman to builder image --- script/post-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/post-upgrade.sh b/script/post-upgrade.sh index d0085eb..f43c484 100644 --- a/script/post-upgrade.sh +++ b/script/post-upgrade.sh @@ -78,6 +78,7 @@ PACKAGES_TO_ADD=( "app-portage/gentoolkit" "net-misc/openssh" "sys-devel/automake" + "app-admin/enman" ) rsync -av -H -A -X --delete-during "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/"