Change php5-cgi to php-cgi

pull/4/head
Joseph Haig 8 years ago committed by GitHub
parent 5c6991dfe5
commit 354b387327

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

Loading…
Cancel
Save