File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -440,8 +440,7 @@ hst_backups="/root/hst_install_backups/$(date +%s)"
440440echo " Installation backup directory: $hst_backups "
441441
442442# Printing start message and sleeping for 5 seconds
443- echo -e " \n\n\n\nInstallation will take about 15 minutes ...\n"
444- sleep 5
443+ echo -e " \n\n\n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
445444
446445
447446# ----------------------------------------------------------#
@@ -663,7 +662,6 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
663662chmod a+x /usr/sbin/policy-rc.d
664663
665664# Installing apt packages
666- echo " We will now silently install all required packages. This process will take around 5-10 minutes..."
667665apt-get -y install $software > /dev/null 2>&1
668666check_result $? " apt-get install failed"
669667
You can’t perform that action at this time.
0 commit comments