arch "all" of termux is duplicated

This commit is contained in:
z4yx 2020-04-19 21:21:49 +08:00
parent 9e2552008b
commit aa1b404b00

View File

@ -6,7 +6,7 @@ apt_sync="${_here}/apt-sync.py"
WORKING_DIR="${TUNASYNC_WORKING_DIR}" WORKING_DIR="${TUNASYNC_WORKING_DIR}"
ARCH_LIST="aarch64,all,arm,i686,x86_64" ARCH_LIST="aarch64,arm,i686,x86_64"
"$apt_sync" --delete-dry-run "https://dl.bintray.com/termux/termux-packages-24" stable main $ARCH_LIST "${WORKING_DIR}/termux-packages-24" "$apt_sync" --delete-dry-run "https://dl.bintray.com/termux/termux-packages-24" stable main $ARCH_LIST "${WORKING_DIR}/termux-packages-24"
"$apt_sync" --delete-dry-run "https://dl.bintray.com/xeffyr/unstable-packages" unstable main $ARCH_LIST "${WORKING_DIR}/unstable-packages" "$apt_sync" --delete-dry-run "https://dl.bintray.com/xeffyr/unstable-packages" unstable main $ARCH_LIST "${WORKING_DIR}/unstable-packages"