mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-05 07:49:41 +00:00
14 lines
573 B
Plaintext
14 lines
573 B
Plaintext
## Services and official mirrors Termux-Pacman
|
|
# Pacman can't automatically select the "fastest" servers for users,
|
|
# it just uses the first server according to the serverlist. If you
|
|
# want to use a specific server, you must make it the first one in
|
|
# the serverlist.
|
|
|
|
## United States (US)
|
|
Server = https://service.termux-pacman.dev/$repo/$arch
|
|
# Connecting directly to the Termux-Pacman's s3 bucket is not recommended for use.
|
|
#Server = https://s3.amazonaws.com/termux-pacman.us/$repo/$arch
|
|
|
|
## Vietnam (VN)
|
|
Server = https://mirror.meowsmp.net/termux-pacman/$repo/$arch
|