From e3250878f9ac0462bbcfcbfd03bb5465b51c2bc4 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Wed, 20 Oct 2021 00:33:39 -0400 Subject: [PATCH] Added sudoloop to install_package for things that take a long time to install. --- .includes/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {