Fix permission issues
This commit is contained in:
parent
a8e0f37416
commit
97e372ae08
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