Add files via upload

This commit is contained in:
deltax 2016-10-01 20:48:43 +02:00 committed by GitHub
parent 4608badb52
commit 9092d68b1f
1 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
INSTALLER_DEBUG=1
#Config
version=2
revision=4
revision=5
#Colors
red='\e[1;31m'
blue='\e[1;34m'
@ -277,7 +277,7 @@ sleep 0.025
echo -ne "Php5-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 php5-cgi
xterm $HOLD -title "Installing Php5-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi
else
echo -e "\e[1;32mOK!"$transparent
fi