Manjaro Difference between revisions of "Switching Branches"

Difference between revisions of "Switching Branches"

From Manjaro
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 -f0 -b ''<branch>'' && sudo pacman -Syyu
  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.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.