diff --git a/scripts/Arch/Scripts/software.fish b/scripts/Arch/Scripts/software.fish index 7c9d742d..21d1da31 100644 --- a/scripts/Arch/Scripts/software.fish +++ b/scripts/Arch/Scripts/software.fish @@ -3,7 +3,7 @@ begin set -l dir (status dirname) source "$dir/../../Common/Scripts/software.fish" - function yay -d "Install yay-package non-interactively" + function yayinst -d "Install yay-package non-interactively" command yay --noconfirm --needed --answerclean=None --answerdiff=None $argv end