Added sudoloop to install_package for things that take a long time to install.

This commit is contained in:
Storm Dragon 2021-10-20 00:33:39 -04:00
parent e48ae34362
commit e3250878f9

View File

@ -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() {