Allow configuring networkd

This commit is contained in:
Manuel Thalmann 2024-12-08 01:03:06 +01:00
parent 6a5ec8d5de
commit fa295f3b1a
4 changed files with 57 additions and 0 deletions
scripts/Arch/Software/systemd-networkd

View 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