Преглед изворни кода

Update hst-install-ubuntu.sh

Alexandros Ioannides пре 7 година
родитељ
комит
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"
 echo "Installation backup directory: $hst_backups"
 
 
 # Printing start message and sleeping for 5 seconds
 # 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
 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"