51
edits
(Using -yy is bad practice) |
(Using -yy is bad practice) |
||
Line 2,024: | Line 2,024: | ||
<!--T:80--> | <!--T:80--> | ||
'''First option''' is using ''--interactive''. It uses your current mirror pool(whether default or custom) | '''First option''' is using ''--interactive''. It uses your current mirror pool(whether default or custom) | ||
$ sudo pacman-mirrors --interactive && sudo pacman - | $ sudo pacman-mirrors --interactive && sudo pacman -Syu | ||
<!--T:81--> | <!--T:81--> | ||
Line 2,032: | Line 2,032: | ||
<!--T:82--> | <!--T:82--> | ||
'''Third option''' is supplying a list of countries with ''--country''. The countries is an example - check the country list if in doubt. | '''Third option''' is supplying a list of countries with ''--country''. The countries is an example - check the country list if in doubt. | ||
$ sudo pacman-mirrors --country Germany,France,Austria && sudo pacman - | $ sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syu | ||
<!--T:83--> | <!--T:83--> |