summaryrefslogtreecommitdiffstats
path: root/syncrepo
diff options
context:
space:
mode:
Diffstat (limited to 'syncrepo')
-rwxr-xr-xsyncrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo b/syncrepo
index b98ee8f..07ed077 100755
--- a/syncrepo
+++ b/syncrepo
@@ -4,7 +4,7 @@ home="$(dirname "$(readlink -f $0)")"
target="${home}/repo"
tmp="${home}/tmp"
lock='/tmp/mirrorsync.lck'
-source='mirrors.kernel.org::archlinux'
+source='ftp5.gwdg.de::pub/linux/archlinux/'
[ ! -d "${target}" ] && mkdir -p "${target}"
[ ! -d "${tmp}" ] && mkdir -p "${tmp}"