File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -475,10 +475,6 @@ echo "Installation backup directory: $hst_backups"
475475# Print Log File Path
476476echo " Installation Log File: $LOG "
477477
478- # Printing start message and sleeping for 2 seconds
479- echo -ne " \n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes."
480- sleep 2
481-
482478
483479# ----------------------------------------------------------#
484480# Checking swap #
@@ -704,6 +700,7 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
704700chmod a+x /usr/sbin/policy-rc.d
705701
706702# Installing apt packages
703+ echo -ne " \n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes."
707704apt-get -y install $software >> $LOG &
708705BACK_PID=$!
709706
Original file line number Diff line number Diff line change @@ -446,9 +446,6 @@ echo "Installation backup directory: $hst_backups"
446446# Print Log File Path
447447echo " Installation Log File: $LOG "
448448
449- # Printing start message and sleeping for 2 seconds
450- echo -ne " \n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes."
451- sleep 2
452449
453450# ----------------------------------------------------------#
454451# Checking swap #
@@ -669,6 +666,7 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
669666chmod a+x /usr/sbin/policy-rc.d
670667
671668# Installing apt packages
669+ echo -ne " \n\nWe will now install HestiaCP and all required packages. The process will take around 10-15 minutes."
672670apt-get -y install $software >> $LOG &
673671BACK_PID=$!
674672
You can’t perform that action at this time.
0 commit comments