diff --git a/install.sh b/install.sh index 6c1604c99..3852e4378 100755 --- a/install.sh +++ b/install.sh @@ -94,7 +94,7 @@ install-local-pkgbuild() { source ./PKGBUILD x yay -S $installflags --asdeps "${depends[@]}" - x makepkg -si --noconfirm + x makepkg -Asi --noconfirm x popd }