mirror of https://gitee.com/openkylin/docs.git
add en/Development-And-Common-Documents/Basic_Operation/Address_Source_Lanzhou_University_Mirror.md.
Signed-off-by: jlspcdd1227dd <12046126+jlspcdd1227dd@user.noreply.gitee.com>
This commit is contained in:
parent
cabbccf75a
commit
32d89214f9
|
@ -0,0 +1,22 @@
|
||||||
|
# <center>Replace the address of the source server with the mirror image of Lanzhou University</center>
|
||||||
|
#### <center>Author: lerambo</center>
|
||||||
|
#### <center>2022-08-04 11:25:00</center>
|
||||||
|
|
||||||
|
|
||||||
|
### 1. Enter the command
|
||||||
|
```bash
|
||||||
|
sudo pluma /etc/apt/sources.list
|
||||||
|
```
|
||||||
|
### 2. Replace the mirror address of the file content
|
||||||
|
```bash
|
||||||
|
#Original mirror address
|
||||||
|
#deb http://archive.build.openkylin.top/openkylin/ yangtze main cross pty
|
||||||
|
#deb http://archive.build.openkylin.top/openkylin/ yangtze-security main cross pty
|
||||||
|
#deb http://archive.build.openkylin.top/openkylin/ yangtze-updates main cross pty
|
||||||
|
|
||||||
|
|
||||||
|
#Lanzhou University mirror address
|
||||||
|
deb http://mirror.lzu.edu.cn/openkylin/ yangtze main cross pty
|
||||||
|
deb http://mirror.lzu.edu.cn/openkylin/ yangtze-security main cross pty
|
||||||
|
deb http://mirror.lzu.edu.cn/openkylin/ yangtze-updates main cross pty
|
||||||
|
```
|
Loading…
Reference in New Issue