From 938cf6ba626c9238d6afcd345782bcde4e3994b4 Mon Sep 17 00:00:00 2001 From: Waffeldrache Date: Wed, 22 Feb 2017 20:58:00 +0100 Subject: [PATCH] Fixed amount of Points Some optical fix - Removed point for the last two - Added a Point for Pyrit and Php-cgi --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 6842ce7..ac24037 100755 --- a/install.sh +++ b/install.sh @@ -289,7 +289,7 @@ else fi sleep 0.025 ############################## -echo -ne "Php-cgi........" +echo -ne "Php-cgi........." if ! hash php-cgi 2>/dev/null; then echo -e "\e[1;31mInstalling ..."$transparent"" xterm $HOLD -title "Installing php-cgi" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install php-cgi @@ -299,7 +299,7 @@ echo -ne "Php-cgi........" sleep 0.025 ############################## - echo -ne "Pyrit.........." + echo -ne "Pyrit..........." if ! hash pyrit 2>/dev/null; then echo -e "\e[1;31mInstalling ..."$transparent"" xterm $HOLD -title "Installing Pyrit" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install pyrit @@ -349,7 +349,7 @@ echo -ne "Xterm..........." fi sleep 0.025 ############################## -echo -ne "strings.........." +echo -ne "strings........." if ! hash strings 2>/dev/null; then echo -e "\e[1;31mInstalling ..."$transparent"" xterm $HOLD -title "Installing binutils" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install binutils @@ -358,7 +358,7 @@ else fi sleep 0.025 ############################# -echo -ne "fuser............" +echo -ne "fuser..........." if ! hash fuser 2>/dev/null; then echo -e "\e[1;31mInstalling ..."$transparent"" xterm $HOLD -title "Installing psmisc" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install psmisc