Add internal mirrors via local dns
This commit is contained in:
parent
6944ef0d4f
commit
5b14ebae8d
14
README.md
14
README.md
@ -19,6 +19,20 @@ deb http://apt.internal.cubetiqs.com/ubuntu focal-security universe
|
|||||||
deb http://apt.internal.cubetiqs.com/ubuntu focal-security multiverse
|
deb http://apt.internal.cubetiqs.com/ubuntu focal-security multiverse
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Mirror Internal DNS**
|
||||||
|
```shell
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal main restricted
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-updates main restricted
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal universe
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-updates universe
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal multiverse
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-updates multiverse
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-backports main restricted universe multiverse
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-security main restricted
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-security universe
|
||||||
|
deb http://apt.mirrors.cubetiqhost.net/ubuntu focal-security multiverse
|
||||||
|
```
|
||||||
|
|
||||||
- Change the version of Ubuntu
|
- Change the version of Ubuntu
|
||||||
```shell
|
```shell
|
||||||
UBUNTU_VERSION=$(lsb_release -cs)
|
UBUNTU_VERSION=$(lsb_release -cs)
|
||||||
|
Loading…
Reference in New Issue
Block a user