diff options
-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}" |