addet functionality
This commit is contained in:
parent
502756fdea
commit
4f1b54d7ac
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if command -v paru >/dev/null 2>&1; then
|
||||||
install="$pkg -S"
|
install="$pkg -S"
|
||||||
remove="$pkg -R"
|
remove="$pkg -R"
|
||||||
update="$pkg -Syu"
|
update="$pkg -Syu"
|
||||||
ref="$pkg -Sy --noconfirm"
|
ref="$pkg -S --noconfirm"
|
||||||
search="$pkg -Ss"
|
search="$pkg -Ss"
|
||||||
elif command -v yay >/dev/null 2>&1; then
|
elif command -v yay >/dev/null 2>&1; then
|
||||||
pkg="yay"
|
pkg="yay"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue