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

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

@@ -440,8 +440,7 @@ hst_backups="/root/hst_install_backups/$(date +%s)"
 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
+echo -e "\n\n\n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
 
 
 #----------------------------------------------------------#
@@ -663,7 +662,6 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
 chmod a+x /usr/sbin/policy-rc.d
 
 # 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
 check_result $? "apt-get install failed"