File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 439439hst_backups=" /root/hst_install_backups/$( date +%s) "
440440echo " Installation backup directory: $hst_backups "
441441
442- # Printing start message and sleeping for 5 seconds
443- echo -e " \n\n\n\nInstallation will take about 15 minutes ...\n"
444- sleep 5
445-
442+ # Printing start message and sleeping for 2 seconds
443+ echo -e " \n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes...\n"
444+ sleep 2
446445
447446# ----------------------------------------------------------#
448447# Checking swap #
@@ -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
@@ -1480,12 +1478,6 @@ cat $tmpfile | $send_mail -s "Hestia Control Panel" $email
14801478# Congrats
14811479echo ' ======================================================='
14821480echo
1483- echo ' _ _ _ _ ____ ____ '
1484- echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
1485- echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
1486- echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
1487- echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
1488- echo
14891481echo
14901482cat $tmpfile
14911483rm -f $tmpfile
You can’t perform that action at this time.
0 commit comments