524
edits
(Created page with "====根据国家和地区,自定义镜像源==== 使用德国(Germany)、法国(France)和奥地利(Austria)的镜像,创建一个定制的镜像源。 sudo pacman-mirror...") Tags: Mobile web edit Mobile edit |
(Created page with "====转换为 unstable 分支,并使用德国的镜像==== 更改系统分支为不稳定(unstable) ,并使用德国(German)的镜像创建一个自定义镜像源。 sud...") Tags: Mobile web edit Mobile edit |
||
Line 91: | Line 91: | ||
sudo pacman-mirrors --interactive --default && sudo pacman -Syyu | sudo pacman-mirrors --interactive --default && sudo pacman -Syyu | ||
==== | ====优先使用特定的传输协议==== | ||
仅使用 https 和 http 协议对当前的镜像源进行排序。 | |||
sudo pacman-mirrors --api --protocol https,http && sudo pacman -Syyu | sudo pacman-mirrors --api --protocol https,http && sudo pacman -Syyu | ||
==== | ====转换为 unstable 分支,并使用德国的镜像==== | ||
更改系统分支为不稳定(unstable) ,并使用德国(German)的镜像创建一个自定义镜像源。 | |||
sudo pacman-mirrors --country Germany --api --set-branch unstable && sudo pacman -Syyu | sudo pacman-mirrors --country Germany --api --set-branch unstable && sudo pacman -Syyu | ||
edits