Prevent userConfig from execute multiple times

This commit is contained in:
Manuel Thalmann 2024-07-28 23:43:11 +02:00
parent 9ea7d31053
commit 394305a56a

View file

@ -14,5 +14,9 @@ begin
end
end
function userConfig -a name
sudo usermod -aG libvirt "$name"
end
runInstaller $argv
end