Skip to content

Commit 79893b3

Browse files
authored
Update hst-install-ubuntu.sh
2 parents b5c6c6c + 7271c1f commit 79893b3

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -439,10 +439,9 @@ fi
439439
hst_backups="/root/hst_install_backups/$(date +%s)"
440440
echo "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
663662
chmod 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..."
667665
apt-get -y install $software > /dev/null 2>&1
668666
check_result $? "apt-get install failed"
669667

@@ -1480,12 +1478,6 @@ cat $tmpfile | $send_mail -s "Hestia Control Panel" $email
14801478
# Congrats
14811479
echo '======================================================='
14821480
echo
1483-
echo ' _ _ _ _ ____ ____ '
1484-
echo ' | | | | ___ ___| |_(_) __ _ / ___| _ \ '
1485-
echo ' | |_| |/ _ \/ __| __| |/ _` | | | |_) |'
1486-
echo ' | _ | __/\__ \ |_| | (_| | |___| __/ '
1487-
echo ' |_| |_|\___||___/\__|_|\__,_|\____|_| '
1488-
echo
14891481
echo
14901482
cat $tmpfile
14911483
rm -f $tmpfile

0 commit comments

Comments
 (0)