Fix non-functioning command

This commit is contained in:
Manuel Thalmann 2024-07-29 23:46:14 +02:00
parent 25e9153f8b
commit 74d60881fb

View file

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