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