README: fixed package repository paths.
This commit is contained in:
@@ -126,7 +126,7 @@ Ubuntu 16.04 LTS.
|
|||||||
```
|
```
|
||||||
[unit]
|
[unit]
|
||||||
name=unit repo
|
name=unit repo
|
||||||
baseurl=http://nginx.org/packages/centos/7/$basearch/
|
baseurl=http://nginx.org/packages/mainline/centos/7/$basearch/
|
||||||
gpgcheck=0
|
gpgcheck=0
|
||||||
enabled=1
|
enabled=1
|
||||||
```
|
```
|
||||||
@@ -153,8 +153,8 @@ Ubuntu 16.04 LTS.
|
|||||||
3. Append the following to the end of the file **/etc/apt/sources.list**:
|
3. Append the following to the end of the file **/etc/apt/sources.list**:
|
||||||
|
|
||||||
```
|
```
|
||||||
deb http://nginx.org/packages/ubuntu/ xenial unit
|
deb http://nginx.org/packages/mainline/ubuntu/ xenial nginx
|
||||||
deb-src http://nginx.org/packages/ubuntu/ xenial unit
|
deb-src http://nginx.org/packages/mainline/ubuntu/ xenial nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Download the Unit package:
|
4. Download the Unit package:
|
||||||
|
|||||||
Reference in New Issue
Block a user