Allow configuring networkd
This commit is contained in:
parent
6a5ec8d5de
commit
fa295f3b1a
4 changed files with 57 additions and 0 deletions
scripts/Arch/Software/systemd-networkd
13
scripts/Arch/Software/systemd-networkd/main.fish
Normal file
13
scripts/Arch/Software/systemd-networkd/main.fish
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/env fish
|
||||
begin
|
||||
set -l dir (status dirname)
|
||||
source "$dir/../../../lib/software.fish"
|
||||
inherit "$dir/../../../Common/Software/systemd-networkd/main.fish"
|
||||
|
||||
function configureSW -V dir
|
||||
systemctl enable systemd-networkd
|
||||
configureSWBase $argv
|
||||
end
|
||||
|
||||
runInstaller $argv
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue