mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 17:10:26 +00:00
Change php5-cgi to php-cgi
This commit is contained in:
parent
5c6991dfe5
commit
354b387327
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue