Add x86_64 architecture.

http://termux.net/dists/stable/main/binary-x86_64/
This commit is contained in:
謝致邦 (XIE Zhibang) 2016-12-12 13:31:08 +08:00 committed by GitHub
parent f29c49d29c
commit d1d82bda14

View File

@ -9,7 +9,7 @@ BASE_PATH="${TUNASYNC_WORKING_DIR}"
base_url=${TUNASYNC_UPSTREAM_URL:-"https://termux.net"}
ARCHES=("aarch64" "all" "arm" "i686")
ARCHES=("aarch64" "all" "arm" "i686" "x86_64")
remote_filelist="${BASE_PATH}/filelist"
[[ -f $remote_filelist ]] && rm $remote_filelist