diff options
author | Andrei Belov <defan@nginx.com> | 2017-09-06 23:14:05 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2017-09-06 23:14:05 +0300 |
commit | 0a03c41114aad3699e520058d834fbd8bcac3aaf (patch) | |
tree | 0633ec385e47f71ccf1328a014b5932d2bdf65fb /README.md | |
parent | 40ff354361940205d75c4d3548ace7bd7f43ee01 (diff) | |
download | unit-0a03c41114aad3699e520058d834fbd8bcac3aaf.tar.gz unit-0a03c41114aad3699e520058d834fbd8bcac3aaf.tar.bz2 |
README: fixed package repository paths.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -126,7 +126,7 @@ Ubuntu 16.04 LTS. ``` [unit] name=unit repo - baseurl=http://nginx.org/packages/centos/7/$basearch/ + baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/ gpgcheck=0 enabled=1 ``` @@ -153,8 +153,8 @@ Ubuntu 16.04 LTS. 3. Append the following to the end of the file **/etc/apt/sources.list**: ``` - deb http://nginx.org/packages/ubuntu/ xenial unit - deb-src http://nginx.org/packages/ubuntu/ xenial unit + deb http://nginx.org/packages/mainline/ubuntu/ xenial nginx + deb-src http://nginx.org/packages/mainline/ubuntu/ xenial nginx ``` 4. Download the Unit package: |