Skip to content

Commit e14ecea

Browse files
Update hst-install-ubuntu.sh
1 parent b5c6c6c commit e14ecea

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,7 @@ hst_backups="/root/hst_install_backups/$(date +%s)"
440440
echo "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
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

0 commit comments

Comments
 (0)