Difference between revisions of "Switching Branches"
Views
Actions
Namespaces
Variants
Tools
→Temporary Method
imported>Fhdk |
imported>Fhdk |
||
Line 21: | Line 21: | ||
== Temporary Method == | == Temporary Method == | ||
Changing the selected branch is fairly simple. We make use of the '''pacman-mirrors''' command to update the selected branch. | Changing the selected branch is fairly simple. We make use of the '''pacman-mirrors''' command to update the selected branch. | ||
Run the following command in a terminal: | Run the following command in a terminal note that you can add a number after -f to limit the number of mirrors: | ||
sudo pacman-mirrors - | sudo pacman-mirrors -f -b ''<branch>'' && sudo pacman -Syyu | ||
* '''pacman-mirrors -f''' will generate a new mirrorlist, sorting the available servers according to their access time. | * '''pacman-mirrors -f''' will generate a new mirrorlist, sorting the available servers according to their access time. |