重命名
This commit is contained in:
parent
1d0f82b41b
commit
33bfe0075e
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
title: pacman
|
|
||||||
date: 2022-08-31 14:08:30
|
|
||||||
sitemap: true
|
|
||||||
keywords: [Arch Linux, pacman, mirrorlist]
|
|
||||||
categories: [Arch Linux]
|
|
||||||
tags: [Arch Linux, pacman]
|
|
||||||
---
|
|
||||||
|
|
||||||
``` conf /etc/pacman.d/mirrorlist.china
|
|
||||||
# Server list generated by rankmirrors on 2022-08-31
|
|
||||||
Server = http://mirrors.ustc.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = https://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
|
||||||
Server = http://mirrors.aliyun.com/archlinux/$repo/os/$arch
|
|
||||||
Server = https://mirrors.sjtug.sjtu.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = http://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = https://mirrors.shanghaitech.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = https://mirrors.xjtu.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = http://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
Server = https://mirrors.tuna.tsinghua.edu.cn/archlinux/$repo/os/$arch
|
|
||||||
```
|
|
||||||
|
|
||||||
``` bash 使用 rankmirrors 将 mirrorlist 中的 mirrors 进行排序
|
|
||||||
rankmirrors /etc/pacman.d/mirrorlist.china > /etc/pacman.d/mirrorlist
|
|
||||||
```
|
|
16
source/_posts/Linux/pacman.md
Normal file
16
source/_posts/Linux/pacman.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
title: pacman
|
||||||
|
keywords:
|
||||||
|
- Arch Linux
|
||||||
|
- pacman
|
||||||
|
categories:
|
||||||
|
- Linux
|
||||||
|
tags:
|
||||||
|
- Arch Linux
|
||||||
|
- pacman
|
||||||
|
date: 2022-08-31 14:08:30
|
||||||
|
---
|
||||||
|
|
||||||
|
``` bash 使用 rankmirrors 将 mirrorlist 中的 mirrors 进行排序
|
||||||
|
rankmirrors /etc/pacman.d/mirrorlist.china > /etc/pacman.d/mirrorlist
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user