Skip to content

Commit 7b23de9

Browse files
committed
nginx repo url update
1 parent cef9e16 commit 7b23de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ check_result $? 'apt-get upgrade failed'
403403

404404
# Installing nginx repo
405405
apt=/etc/apt/sources.list.d
406-
echo "deb http://nginx.org/packages/debian/ $codename nginx" > $apt/nginx.list
406+
echo "deb http://nginx.org/packages/ubuntu/ $codename nginx" > $apt/nginx.list
407407
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
408408
apt-key add /tmp/nginx_signing.key
409409

0 commit comments

Comments
 (0)