From f233ec5278dd601d3b7150197909435bf5e64d09 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 31 Jul 2012 12:26:08 +0400 Subject: [PATCH] Using @security set --- sbin/gentoo-upgrade.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/gentoo-upgrade.sh b/sbin/gentoo-upgrade.sh index 7ace312..42c4975 100755 --- a/sbin/gentoo-upgrade.sh +++ b/sbin/gentoo-upgrade.sh @@ -385,6 +385,8 @@ if [ 16 -eq $STAGE ]; then # [ 0 -ne $? ] && echo "Stage $STAGE: glsa-check fix failed ;-( =======" && exit $STAGE fi + emerge -1pv @security + let STAGE++ fi