Fix permission issues
This commit is contained in:
parent
ce9c44a904
commit
8e10ee6f62
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue