install package function now checks to make sure repositories are synchronized.
This commit is contained in:
@ -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 -S "$@"
|
||||
yay --needed --noconfirm -Sy "$@"
|
||||
}
|
||||
|
||||
restart() {
|
||||
|
Reference in New Issue
Block a user