We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe0190 commit 664f3a1Copy full SHA for 664f3a1
2 files changed
install/hst-install-debian.sh
@@ -519,6 +519,10 @@ check_result $? 'apt-get upgrade failed'
519
# Define apt conf location
520
apt=/etc/apt/sources.list.d
521
522
+# Install Key Notification
523
+echo
524
+echo "Install required repository keys..."
525
+
526
# Installing nginx repo
527
echo "deb http://nginx.org/packages/mainline/$VERSION/ $codename nginx" \
528
> $apt/nginx.list
install/hst-install-ubuntu.sh
@@ -490,6 +490,10 @@ check_result $? 'apt-get upgrade failed'
490
491
492
493
494
495
496
497
498
499
0 commit comments