From cebab1eac4f595a62917189585ce479fca6d32f4 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 13 Dec 2022 18:06:58 +0100 Subject: [PATCH] check_updates.sh: adding different steps --- check_updates.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/check_updates.sh b/check_updates.sh index ee503b1..157dd78 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -15,6 +15,12 @@ PORTAGE_QUIET='1' eix-sync 1>/dev/null 2>${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @security \ + &>> ${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @system \ + &>> ${TMP_FILE} +emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @unavailable + &>> ${TMP_FILE} emerge -v --update --newuse --deep --with-bdeps=y --quiet-build=y @world \ &>> ${TMP_FILE}