Fix permission issues

This commit is contained in:
Manuel Thalmann 2024-12-08 06:15:43 +01:00
parent ce9c44a904
commit 8e10ee6f62

View file

@ -5,8 +5,8 @@ begin
inherit "$dir/../../../Common/Software/systemd-networkd/main.fish" inherit "$dir/../../../Common/Software/systemd-networkd/main.fish"
function configureSW -V dir function configureSW -V dir
systemctl enable systemd-networkd sudo systemctl enable systemd-networkd
systemctl enable systemd-resolved sudo systemctl enable systemd-resolved
configureSWBase $argv configureSWBase $argv
end end