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"