From 00d695b443256fa128894547f8fae51ea5615c3c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 15 Jul 2024 09:40:10 +0200 Subject: [PATCH] Remove redundant command --- scripts/Arch/Scripts/software.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"