diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-10 11:43:12 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-10 11:43:12 +0200 |
commit | 57522adfaa8da2c8d1f718ba9303782fb7c5882b (patch) | |
tree | 2e42b9c81e99039040ecfb2bb20751d297d5d94a | |
parent | 9db62da2fdde95c6a8329d4098786f45e5ea9032 (diff) | |
download | arch-mirror-tools-57522adfaa8da2c8d1f718ba9303782fb7c5882b.tar.gz arch-mirror-tools-57522adfaa8da2c8d1f718ba9303782fb7c5882b.tar.xz |
Use commitpkg instead of the removed corepkg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | bin/update-mirrorlist-pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-mirrorlist-pkg b/bin/update-mirrorlist-pkg index 89eab73..b81beeb 100755 --- a/bin/update-mirrorlist-pkg +++ b/bin/update-mirrorlist-pkg @@ -17,5 +17,5 @@ read # use extra-x86_64-build as default ch build 64 -corepkg "upstream update" +commitpkg core "upstream update" ssh repos.archlinux.org /packages/db-update |