fixed --noconfirm for archbased installations
This commit is contained in:
parent
c43c508b1e
commit
a3bdb89504
1 changed files with 3 additions and 3 deletions
6
.bashrc
6
.bashrc
|
@ -158,11 +158,11 @@ setup-pkg() {
|
||||||
pacman)
|
pacman)
|
||||||
install() {
|
install() {
|
||||||
if command-exists paru; then
|
if command-exists paru; then
|
||||||
paru -S --no-confirm --color=always "$@"
|
paru -S --noconfirm --color=always "$@"
|
||||||
elif command-exists yay; then
|
elif command-exists yay; then
|
||||||
yay -S --no-confirm --color=always "$@"
|
yay -S --noconfirm --color=always "$@"
|
||||||
else
|
else
|
||||||
$_sudo pacman -S --no-confirm --color=always "$@"
|
$_sudo pacman -S --noconfirm --color=always "$@"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue