mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
nginx repo url update
This commit is contained in:
parent
cef9e16578
commit
7b23de9d75
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ check_result $? 'apt-get upgrade failed'
|
|||
|
||||
# Installing nginx repo
|
||||
apt=/etc/apt/sources.list.d
|
||||
echo "deb http://nginx.org/packages/debian/ $codename nginx" > $apt/nginx.list
|
||||
echo "deb http://nginx.org/packages/ubuntu/ $codename nginx" > $apt/nginx.list
|
||||
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
|
||||
apt-key add /tmp/nginx_signing.key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue