Update install_dependencies w/ dhcpcd5

This commit is contained in:
Bill Zimmerman 2020-03-14 00:53:09 +01:00 committed by billz
parent 35f915d42e
commit f3dd4cc67d
1 changed files with 1 additions and 1 deletions

View File

@ -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