aboutsummaryrefslogtreecommitdiffstats
path: root/basics/.local/bin/sync-mirrors
diff options
context:
space:
mode:
Diffstat (limited to 'basics/.local/bin/sync-mirrors')
-rwxr-xr-xbasics/.local/bin/sync-mirrors15
1 files changed, 15 insertions, 0 deletions
diff --git a/basics/.local/bin/sync-mirrors b/basics/.local/bin/sync-mirrors
new file mode 100755
index 0000000..dc5fb0c
--- /dev/null
+++ b/basics/.local/bin/sync-mirrors
@@ -0,0 +1,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
+