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