addet functionality

This commit is contained in:
pika 2024-05-23 14:34:59 +02:00
parent 502756fdea
commit 4f1b54d7ac

View file

@ -40,7 +40,7 @@ if command -v paru >/dev/null 2>&1; then
install="$pkg -S"
remove="$pkg -R"
update="$pkg -Syu"
ref="$pkg -Sy --noconfirm"
ref="$pkg -S --noconfirm"
search="$pkg -Ss"
elif command -v yay >/dev/null 2>&1; then
pkg="yay"