diff --git a/scripts/Arch/Scripts/software.fish b/scripts/Arch/Scripts/software.fish index 21d1da31..2bd058f6 100644 --- a/scripts/Arch/Scripts/software.fish +++ b/scripts/Arch/Scripts/software.fish @@ -4,7 +4,7 @@ begin source "$dir/../../Common/Scripts/software.fish" function yayinst -d "Install yay-package non-interactively" - command yay --noconfirm --needed --answerclean=None --answerdiff=None $argv + yay --noconfirm --needed --answerclean=None --answerdiff=None $argv end function pacinst -d "Install pacman-package non-interactively"