Browse Source

Added information text for repository upgrade.

Raphael Schneeberger 7 years ago
parent
commit
d47f9adabb
2 changed files with 2 additions and 0 deletions
  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
 fi
 
 
 # Update apt repository
 # Update apt repository
+echo "Please wait a few seconds, we update your repository before we start the installation process..."
 apt-get -qq update
 apt-get -qq update
 
 
 # Checking wget
 # 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
 fi
 
 
 # Update apt repository
 # Update apt repository
+echo "Please wait a few seconds, we update your repository before we start the installation process..."
 apt-get -qq update
 apt-get -qq update
 
 
 # Checking wget
 # Checking wget