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:
jlspcdd1227dd 2023-03-23 07:41:22 +00:00 committed by Gitee
parent cabbccf75a
commit 32d89214f9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 22 additions and 0 deletions

View File

@ -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
```