Fix non-functioning command

This commit is contained in:
Manuel Thalmann 2024-07-29 23:46:14 +02:00
parent 852b1c71ce
commit 4d2c02c2b5

View file

@ -16,6 +16,6 @@ begin
end
function pacinst -d "Install pacman-package non-interactively"
sudo runPacman --noconfirm $argv
runPacman --noconfirm $argv
end
end