Added sudoloop to install_package for things that take a long time to install.
This commit is contained in:
parent
e48ae34362
commit
e3250878f9
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user