Skip to content

Commit d47f9ad

Browse files
committed
Added information text for repository upgrade.
1 parent be6e172 commit d47f9ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ if [ ! -z "$(grep ^admin: /etc/passwd /etc/group)" ] && [ -z "$force" ]; then
268268
fi
269269

270270
# Update apt repository
271+
echo "Please wait a few seconds, we update your repository before we start the installation process..."
271272
apt-get -qq update
272273

273274
# Checking wget

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ if [ ! -z "$(grep ^admin: /etc/passwd /etc/group)" ] && [ -z "$force" ]; then
252252
fi
253253

254254
# Update apt repository
255+
echo "Please wait a few seconds, we update your repository before we start the installation process..."
255256
apt-get -qq update
256257

257258
# Checking wget

0 commit comments

Comments
 (0)