Remove redundant command

This commit is contained in:
Manuel Thalmann 2024-07-15 09:40:10 +02:00
parent dcb1f57c59
commit 39ef53aa0f

View file

@ -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"