Fixed amount of Points

Some optical fix

- Removed point for the last two
- Added a Point for Pyrit and Php-cgi
This commit is contained in:
Waffeldrache 2017-02-22 20:58:00 +01:00 committed by GitHub
parent 486b65f638
commit 938cf6ba62
1 changed files with 4 additions and 4 deletions

View File

@ -289,7 +289,7 @@ else
fi fi
sleep 0.025 sleep 0.025
############################## ##############################
echo -ne "Php-cgi........" echo -ne "Php-cgi........."
if ! hash php-cgi 2>/dev/null; then if ! hash php-cgi 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent"" echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing php-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
@ -299,7 +299,7 @@ echo -ne "Php-cgi........"
sleep 0.025 sleep 0.025
############################## ##############################
echo -ne "Pyrit.........." echo -ne "Pyrit..........."
if ! hash pyrit 2>/dev/null; then if ! hash pyrit 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent"" echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing Pyrit" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install pyrit xterm $HOLD -title "Installing Pyrit" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install pyrit
@ -349,7 +349,7 @@ echo -ne "Xterm..........."
fi fi
sleep 0.025 sleep 0.025
############################## ##############################
echo -ne "strings.........." echo -ne "strings........."
if ! hash strings 2>/dev/null; then if ! hash strings 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent"" echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing binutils" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install binutils xterm $HOLD -title "Installing binutils" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install binutils
@ -358,7 +358,7 @@ else
fi fi
sleep 0.025 sleep 0.025
############################# #############################
echo -ne "fuser............" echo -ne "fuser..........."
if ! hash fuser 2>/dev/null; then if ! hash fuser 2>/dev/null; then
echo -e "\e[1;31mInstalling ..."$transparent"" echo -e "\e[1;31mInstalling ..."$transparent""
xterm $HOLD -title "Installing psmisc" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install psmisc xterm $HOLD -title "Installing psmisc" $TOPLEFTBIG -bg "#FFFFFF" -fg "#000000" -e apt-get --yes install psmisc