From 3a8e46506711dcb9d958efeb60cb9a20a01fa1b5 Mon Sep 17 00:00:00 2001 From: STRSHR Date: Sun, 9 Oct 2016 00:07:42 +0300 Subject: [PATCH] fix php-cgi references --- Installer.sh | 2 +- fluxion | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer.sh b/Installer.sh index fabfba2..b3632d2 100755 --- a/Installer.sh +++ b/Installer.sh @@ -292,7 +292,7 @@ sleep 0.025 echo -ne "Php-cgi........" if ! hash php-cgi 2>/dev/null; then echo -e "\e[1;31mInstalling ..."$transparent"" - xterm $HOLD -title "Installing Php5-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi + xterm $HOLD -title "Installing php-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi else echo -e "\e[1;32mOK!"$transparent fi diff --git a/fluxion b/fluxion index f129736..dec0eb5 100755 --- a/fluxion +++ b/fluxion @@ -453,7 +453,7 @@ function checkdependences { fi sleep 0.025 - echo -ne "Php5-cgi........" + echo -ne "php-cgi........" if ! [ -f /usr/bin/php-cgi ]; then echo -e "\e[1;31mNot installed"$transparent"" exit=1