Fix typos

This commit is contained in:
Manuel Thalmann 2024-07-15 13:15:57 +02:00
parent f993f4da5e
commit d3ea49dba5

View file

@ -10,7 +10,7 @@ function copyNixConfig -V dir
end
if [ (id -u) -eq 0 ]
copyNixConfig;
copyNixConfig
set -l name (getConfig valhalla.setupUser.name)
set -l sudoConfig "/etc/sudoers.d/PortValhalla"
@ -34,7 +34,7 @@ if [ (id -u) -eq 0 ]
rm "$sudoConfig"
userdel -r "$name"
else
copyNixConfig;
copyNixConfig
runHook initialize || true
runHook installDrivers || true
runHook installOS || true