Prevent userConfig from execute multiple times

This commit is contained in:
Manuel Thalmann 2024-07-28 23:43:11 +02:00
parent bea3e68925
commit 63d5d60a13

View file

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