Minor fix on Linux

This commit is contained in:
js0ny 2025-02-01 02:38:05 +00:00
parent 87c237684b
commit c4125a4626
8 changed files with 41 additions and 63 deletions

View file

@ -64,7 +64,7 @@ if command -v pacman > /dev/null
abbr --add pacu "sudo pacman -Syu"
if command -v paru > /dev/null
abbr --add pacs "paru -Ss"
elif command -v yay > /dev/null
else if command -v yay > /dev/null
abbr --add pacs "yay -Ss"
else
abbr --add pacs "pacman -Ss"