From 354b387327c5af6cf700fb6393297f12dd6f77ce Mon Sep 17 00:00:00 2001 From: Joseph Haig Date: Sun, 22 Oct 2017 11:10:28 +0100 Subject: [PATCH] Change php5-cgi to php-cgi --- installers/raspbian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 6ec76f75..77ac256b 100644 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -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 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