diff --git a/scripts/Arch/Scripts/software.fish b/scripts/Arch/Scripts/software.fish index b6a7cb4e..16530db8 100755 --- a/scripts/Arch/Scripts/software.fish +++ b/scripts/Arch/Scripts/software.fish @@ -16,6 +16,6 @@ begin end function pacinst -d "Install pacman-package non-interactively" - sudo runPacman --noconfirm $argv + runPacman --noconfirm $argv end end