From 23f837607c62e89bb2f4763179156ec276a2d9fb Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 23 Sep 2019 18:18:48 -0400 Subject: [PATCH] Add NetworkManager function --- installers/common.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/installers/common.sh b/installers/common.sh index 8a1a1a7..8e8fa1b 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -91,6 +91,13 @@ function install_dependencies() { install_error "No function definition for install_dependencies" } +# Replaces NetworkManager with DHCPD +function check_for_networkmananger() { + # OVERLOAD THIS + install_error "No function definition for install_dependencies" +} + + # Enables PHP for lighttpd and restarts service for settings to take effect function enable_php_lighttpd() { install_log "Enabling PHP for lighttpd"