From f3dd4cc67d695b29ffaae46ed8e70ae4b2787a00 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 14 Mar 2020 00:53:09 +0100 Subject: [PATCH] Update install_dependencies w/ dhcpcd5 --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index b94da1a6..11ab3916 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -64,7 +64,7 @@ function config_installation() { # Runs a system software update to make sure we're using all fresh packages function install_dependencies() { install_log "Installing required packages" - sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat qrencode || install_error "Unable to install dependencies" + sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq dhcpcd5 vnstat qrencode || install_error "Unable to install dependencies" } # Enables PHP for lighttpd and restarts service for settings to take effect