diff --git a/.includes/functions.sh b/.includes/functions.sh index b87ff9e..a6315fe 100755 --- a/.includes/functions.sh +++ b/.includes/functions.sh @@ -1,6 +1,6 @@ install_package() { # If for some reason we have to change AUR helpers, this function should make it easy to update everything all at once. - yay --needed --noconfirm -Sy "$@" + yay --sudoloop --needed --noconfirm -Sy "$@" } restart() {