PortValhalla/scripts/Arch/Software/systemd-networkd/main.fish

14 lines
353 B
Fish

#!/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
systemctl enable systemd-resolved
configureSWBase $argv
end
runInstaller $argv
end