This commit is contained in:
simono41 2018-03-18 19:39:26 +01:00
parent 8ea7bfc0f4
commit 38d30d8c09

View file

@ -112,7 +112,7 @@ function yaourtinstall() {
}
function pacaurinstall() {
su "$username" -c "pacaur -S $1 --needed --noconfirm"
su "$username" -c "pacaur -S $1 --needed --noconfirm --noedit"
}
function standartinstallation() {