Install dnsmasq

This commit is contained in:
Joe Haig
2016-10-23 18:25:07 +01:00
parent 0880ce388c
commit c5cb30f9e7
2 changed files with 3 additions and 4 deletions

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 hostapd || install_error "Unable to install dependencies"
sudo apt-get install lighttpd php5-cgi git hostapd dnsmasq || install_error "Unable to install dependencies"
}
install_raspap