Skip to content

Commit 664f3a1

Browse files
committed
Add notification line for key installation.
1 parent cfe0190 commit 664f3a1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

install/hst-install-debian.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,10 @@ check_result $? 'apt-get upgrade failed'
519519
# Define apt conf location
520520
apt=/etc/apt/sources.list.d
521521

522+
# Install Key Notification
523+
echo
524+
echo "Install required repository keys..."
525+
522526
# Installing nginx repo
523527
echo "deb http://nginx.org/packages/mainline/$VERSION/ $codename nginx" \
524528
> $apt/nginx.list

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ check_result $? 'apt-get upgrade failed'
490490
# Define apt conf location
491491
apt=/etc/apt/sources.list.d
492492

493+
# Install Key Notification
494+
echo
495+
echo "Install required repository keys..."
496+
493497
# Installing nginx repo
494498
echo "deb http://nginx.org/packages/mainline/$VERSION/ $codename nginx" \
495499
> $apt/nginx.list

0 commit comments

Comments
 (0)