fix
This commit is contained in:
parent
8ea7bfc0f4
commit
38d30d8c09
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function yaourtinstall() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function pacaurinstall() {
|
function pacaurinstall() {
|
||||||
su "$username" -c "pacaur -S $1 --needed --noconfirm"
|
su "$username" -c "pacaur -S $1 --needed --noconfirm --noedit"
|
||||||
}
|
}
|
||||||
|
|
||||||
function standartinstallation() {
|
function standartinstallation() {
|
||||||
|
|
Loading…
Reference in a new issue