Removed -y flag. Arch does not support Partial updates.

This commit is contained in:
Hritik Vijay 2017-11-27 13:25:17 +05:30
parent d7a9481f33
commit b1f342af37
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
if [ -f "/etc/arch-release" ]; then if [ -f "/etc/arch-release" ]; then
PackageManagerCLT="pacman" PackageManagerCLT="pacman"
PackageManagerCLTInstallOptions="-S -y" PackageManagerCLTInstallOptions="-S"
PackageManagerCLTRemoveOptions="-Rs" PackageManagerCLTRemoveOptions="-Rs"
PackageManagerOutputDevice="/dev/stdout" PackageManagerOutputDevice="/dev/stdout"