From ce93f685ff0d7c931a0949b86f62e26ab162e795 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 9 Jul 2015 19:14:30 +0200 Subject: [PATCH] [script/post-ugprade] adding dev-vcs/git package --- script/post-upgrade.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/post-upgrade.sh b/script/post-upgrade.sh index bf0a127..4784cfa 100644 --- a/script/post-upgrade.sh +++ b/script/post-upgrade.sh @@ -72,6 +72,7 @@ PACKAGES_TO_ADD=( "net-misc/rsync" "app-crypt/gnupg" "sys-devel/gcc" + "dev-vcs/git" ) rsync -av -H -A -X --delete-during "rsync://rsync.at.gentoo.org/gentoo-portage/licenses/" "/usr/portage/licenses/"