Add arch to the post install script

pull/14/head
Dan Kelleher 9 years ago
parent acaf4d3de3
commit 0c02c6c38e

@ -43,4 +43,11 @@ if [ -d /etc/sysconfig/network-scripts ]; then
rm -f /etc/sysconfig/network-scripts/ifcfg-eth*
fi
# Arch based distros
if [ -d /etc/systemd/network]; then
# Register Service
sytemctl enable one-context
# Prepare network files
rm -f /etc/systemd/network/*
fi

Loading…
Cancel
Save