Removed -y flag. Arch does not support Partial updates.
This commit is contained in:
parent
d7a9481f33
commit
b1f342af37
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -f "/etc/arch-release" ]; then
|
||||
PackageManagerCLT="pacman"
|
||||
PackageManagerCLTInstallOptions="-S -y"
|
||||
PackageManagerCLTInstallOptions="-S"
|
||||
PackageManagerCLTRemoveOptions="-Rs"
|
||||
|
||||
PackageManagerOutputDevice="/dev/stdout"
|
||||
|
|
Loading…
Reference in New Issue