No user confirmation when installing dependency i.e. fully automated

This commit is contained in:
Hritik Vijay 2017-11-27 13:47:41 +05:30
parent 755b3047c9
commit 7ffa1b731f
1 changed files with 2 additions and 2 deletions

View File

@ -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"