From e3e82927ef5535ab534f3ce7d27144f8ff669bde Mon Sep 17 00:00:00 2001 From: mudler Date: Tue, 8 Sep 2015 23:35:23 +0200 Subject: [PATCH] [script] adding net-misc/openssh --- script/post-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/post-upgrade.sh b/script/post-upgrade.sh index d72c2b8..f73d35d 100644 --- a/script/post-upgrade.sh +++ b/script/post-upgrade.sh @@ -75,6 +75,7 @@ PACKAGES_TO_ADD=( "sys-devel/base-gcc" "dev-vcs/git" "app-portage/gentoolkit" + "net-misc/openssh" ) rsync -av -H -A -X --delete-during "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/"