From f3769e5cb251afd989ededce37bb32c7247e7dfe Mon Sep 17 00:00:00 2001 From: edwark43 <97860398+edwark43@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:02:53 -0500 Subject: [PATCH] Fixed updates script --- misc/bin/updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/bin/updates b/misc/bin/updates index b8e5d44..6268030 100755 --- a/misc/bin/updates +++ b/misc/bin/updates @@ -30,7 +30,7 @@ fi } update_system() { - yay -Syu --nocombinedupgrade --noconfirm + yay -Syu --combinedupgrade=false --noconfirm echo -e "\033[1m\033[32mFinished!\033[0m" } @@ -44,4 +44,4 @@ Options: --get-updates Get the numer of updates available. --print-updates Print the available package to updates. --update-system Update your system including AUR.\n" -esac \ No newline at end of file +esac