Gator96100 / ProxSpace

Proxmark III develoment environment for Windows
269 stars 70 forks source link

Most of the links are for Chinese sites #45

Closed biobar closed 3 years ago

biobar commented 3 years ago

Hi Ran this earlier and was wondering why it’s pulling files from Chinese domains(.cn). Why is that?

Gator96100 commented 3 years ago

During the initial setup it will rank the download mirrors, so you download from the fastest one. In your case, the fastest download mirror was from a Chinese server. If you wish to restore the original msys2 ranking you can run following commands:

mv /etc/pacman.d/mirrorlist.mingw64.backup /etc/pacman.d/mirrorlist.mingw64
mv /etc/pacman.d/mirrorlist.msys.backup /etc/pacman.d/mirrorlist.msys

Keep in mind all mirrors are official msys2 mirrors.