Răsfoiți Sursa

Added information text for repository upgrade.

Raphael Schneeberger 7 ani în urmă
părinte
comite
d47f9adabb
2 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 1 0
      install/hst-install-debian.sh
  2. 1 0
      install/hst-install-ubuntu.sh

+ 1 - 0
install/hst-install-debian.sh

@@ -268,6 +268,7 @@ if [ ! -z "$(grep ^admin: /etc/passwd /etc/group)" ] && [ -z "$force" ]; then
 fi
 
 # Update apt repository
+echo "Please wait a few seconds, we update your repository before we start the installation process..."
 apt-get -qq update
 
 # Checking wget

+ 1 - 0
install/hst-install-ubuntu.sh

@@ -252,6 +252,7 @@ if [ ! -z "$(grep ^admin: /etc/passwd /etc/group)" ] && [ -z "$force" ]; then
 fi
 
 # Update apt repository
+echo "Please wait a few seconds, we update your repository before we start the installation process..."
 apt-get -qq update
 
 # Checking wget