Install hostapd as a dependency

This commit is contained in:
Joe Haig 2016-10-21 22:31:51 +01:00
parent b8b3fd1d31
commit fd20d867dc

View file

@ -9,7 +9,7 @@ function update_system_packages() {
function install_dependencies() {
install_log "Installing required packages"
sudo apt-get install lighttpd php5-cgi git || install_error "Unable to install dependencies"
sudo apt-get install lighttpd php5-cgi git hostapd || install_error "Unable to install dependencies"
}
install_raspap