aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/sync-mirrors
blob: dc5fb0cacf1186a164468353593a1e55543dd6e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

sudo reflector \
    -c "Australia" \
    -c "New Zealand" \
    -c "Hong Kong" \
    -c "Singapore" \
    -c "Philipines" \
    -c "Malaysia" \
    -c "Indonesia" \
    -c "Thailand" \
    -c "Vietnam" \
    -c "China" \
    --age 12 --fastest 30 --latest 30 --verbose --save /etc/pacman.d/mirrorlist