We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef9e16 commit 7b23de9Copy full SHA for 7b23de9
1 file changed
install/vst-install-ubuntu.sh
@@ -403,7 +403,7 @@ check_result $? 'apt-get upgrade failed'
403
404
# Installing nginx repo
405
apt=/etc/apt/sources.list.d
406
-echo "deb http://nginx.org/packages/debian/ $codename nginx" > $apt/nginx.list
+echo "deb http://nginx.org/packages/ubuntu/ $codename nginx" > $apt/nginx.list
407
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
408
apt-key add /tmp/nginx_signing.key
409
0 commit comments