No user confirmation when installing dependency i.e. fully automated
This commit is contained in:
parent
755b3047c9
commit
7ffa1b731f
|
@ -9,8 +9,8 @@ if [ -f "/etc/arch-release" ]; then
|
|||
break;
|
||||
fi
|
||||
done
|
||||
|
||||
PackageManagerCLTInstallOptions="-S"
|
||||
PackageManagerCLT='pacman'
|
||||
PackageManagerCLTInstallOptions="-S --noconfirm"
|
||||
PackageManagerCLTRemoveOptions="-Rs"
|
||||
|
||||
PackageManagerOutputDevice="/dev/stdout"
|
||||
|
|
Loading…
Reference in New Issue