From 1a533234d4097a32ee84ff768da387794b9a0211 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 8 Nov 2019 10:54:05 +0000 Subject: [PATCH] Hotfix. Resolves #430 --- installers/common.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index fcabbc4f..e9bd6baf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -70,12 +70,6 @@ function install_dependencies() { sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies" } -# Installs additional dependencies using system package manager -function install_dependencies() { - # 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"