File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -519,6 +519,10 @@ check_result $? 'apt-get upgrade failed'
519519# Define apt conf location
520520apt=/etc/apt/sources.list.d
521521
522+ # Install Key Notification
523+ echo
524+ echo " Install required repository keys..."
525+
522526# Installing nginx repo
523527echo " deb http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
524528 > $apt /nginx.list
Original file line number Diff line number Diff line change @@ -490,6 +490,10 @@ check_result $? 'apt-get upgrade failed'
490490# Define apt conf location
491491apt=/etc/apt/sources.list.d
492492
493+ # Install Key Notification
494+ echo
495+ echo " Install required repository keys..."
496+
493497# Installing nginx repo
494498echo " deb http://nginx.org/packages/mainline/$VERSION / $codename nginx" \
495499 > $apt /nginx.list
You can’t perform that action at this time.
0 commit comments