File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -862,7 +862,7 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
862862chmod a+x /usr/sbin/policy-rc.d
863863
864864# Installing apt packages
865- echo " Now installing Hestia Control Panel and all required dependencies ."
865+ echo " The installer is now downloading and installing all required packages ."
866866echo -ne " NOTE: This process may take 10 to 15 minutes to complete, please wait... "
867867echo
868868apt-get -y install $software > /dev/null 2>&1 &
@@ -882,6 +882,10 @@ echo
882882wait $BACK_PID
883883check_result $? " apt-get install failed"
884884
885+ echo
886+ echo " ========================================================================"
887+ echo
888+
885889# Install Hestia packages from local folder
886890if [ ! -z " $withdebs " ] && [ -d " $withdebs " ]; then
887891 echo " (*) Installing local package files..."
908912# Restoring autostart policy
909913rm -f /usr/sbin/policy-rc.d
910914
911-
912915# ----------------------------------------------------------#
913916# Configure system #
914917# ----------------------------------------------------------#
915918
919+
916920echo " (*) Configuring system settings..."
917921# Enable SSH password authentication
918922sed -i " s/rdAuthentication no/rdAuthentication yes/g" /etc/ssh/sshd_config
Original file line number Diff line number Diff line change @@ -860,7 +860,7 @@ echo -e '#!/bin/sh\nexit 101' > /usr/sbin/policy-rc.d
860860chmod a+x /usr/sbin/policy-rc.d
861861
862862# Installing apt packages
863- echo " Now installing Hestia Control Panel and all required dependencies ."
863+ echo " The installer is now downloading and installing all required packages ."
864864echo -ne " NOTE: This process may take 10 to 15 minutes to complete, please wait... "
865865echo
866866apt-get -y install $software > /dev/null 2>&1 &
@@ -880,6 +880,10 @@ echo
880880wait $BACK_PID
881881check_result $? " apt-get install failed"
882882
883+ echo
884+ echo " ========================================================================"
885+ echo
886+
883887# Install Hestia packages from local folder
884888if [ ! -z " $withdebs " ] && [ -d " $withdebs " ]; then
885889 echo " (*) Installing local package files..."
You can’t perform that action at this time.
0 commit comments