Raphael Schneeberger 7 лет назад
Родитель
Сommit
79893b331a
1 измененных файлов с 3 добавлено и 11 удалено
  1. 3 11
      install/hst-install-ubuntu.sh

+ 3 - 11
install/hst-install-ubuntu.sh

@@ -439,10 +439,9 @@ fi
 hst_backups="/root/hst_install_backups/$(date +%s)"
 hst_backups="/root/hst_install_backups/$(date +%s)"
 echo "Installation backup directory: $hst_backups"
 echo "Installation backup directory: $hst_backups"
 
 
-# Printing start message and sleeping for 5 seconds
-echo -e "\n\n\n\nInstallation will take about 15 minutes ...\n"
-sleep 5
-
+# Printing start message and sleeping for 2 seconds
+echo -e "\n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
+sleep 2
 
 
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 #                      Checking swap                       #
 #                      Checking swap                       #
@@ -663,7 +662,6 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
 chmod a+x /usr/sbin/policy-rc.d
 chmod a+x /usr/sbin/policy-rc.d
 
 
 # Installing apt packages
 # Installing apt packages
-echo "We will now silently install all required packages. This process will take around 5-10 minutes..."
 apt-get -y install $software > /dev/null 2>&1
 apt-get -y install $software > /dev/null 2>&1
 check_result $? "apt-get install failed"
 check_result $? "apt-get install failed"
 
 
@@ -1480,12 +1478,6 @@ cat $tmpfile | $send_mail -s "Hestia Control Panel" $email
 # Congrats
 # Congrats
 echo '======================================================='
 echo '======================================================='
 echo
 echo
-echo '  _   _           _   _        ____ ____  '
-echo ' | | | | ___  ___| |_(_) __ _ / ___|  _ \ '
-echo ' | |_| |/ _ \/ __| __| |/ _` | |   | |_) |'
-echo ' |  _  |  __/\__ \ |_| | (_| | |___|  __/ '
-echo ' |_| |_|\___||___/\__|_|\__,_|\____|_|    '
-echo
 echo
 echo
 cat $tmpfile
 cat $tmpfile
 rm -f $tmpfile
 rm -f $tmpfile