diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-01-21 17:27:40 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-01-21 17:27:40 +0100 |
commit | 08b702324db4f31c98f019fbcf5f41851037b308 (patch) | |
tree | ae062216c0c565e88dcb70e0bf3d22876e60a8bc | |
parent | 7ffcfbbfc93f1ee5e23945e6a30110f7aaf8ee47 (diff) | |
download | bin-08b702324db4f31c98f019fbcf5f41851037b308.tar.gz bin-08b702324db4f31c98f019fbcf5f41851037b308.tar.xz |
syncrepo.sh: fix source url format
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | syncrepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syncrepo.sh b/syncrepo.sh index 25f8223..3939281 100755 --- a/syncrepo.sh +++ b/syncrepo.sh @@ -7,7 +7,7 @@ lock='/tmp/mirrorsync.lck' bwlimit=4096 #source='rsync://rsync.archlinux.org/ftp_tier1' #lastupdate_url="http://rsync.archlinux.org/lastupdate" -source='mirror.pkgbuild.com::packages/' +source='rsync://mirror.pkgbuild.com/packages/' lastupdate_url="http://mirror.pkgbuild.com/lastupdate" [ ! -d "${target}" ] && mkdir -p "${target}" |