new conf files + fix bug in conf_ntp with devuan 5, fix a bug with early debian/devuan version, added git support for profile

This commit is contained in:
2023-05-05 19:06:07 +02:00
parent a33726fba8
commit c2751bf9eb
27 changed files with 984 additions and 33 deletions

View File

@@ -21,7 +21,7 @@
# ------------------------------------------------------------------------------
export VER_conf_network="0.0.8"
export DEP_conf_network="install_pkg"
export DEP_conf_network=""
conf_network()
{
@@ -100,6 +100,9 @@ conf_network()
fi
done
prnt I "Trying to raise down iface up. Allready configured iface will require a reboot"
ifup -a || true && prnt W "Ignoring errors here."
unset iface if_file
NEED_REBOOT=true
}