From d1d82bda14f65cc1c669086c641400f8df98f7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AC=9D=E8=87=B4=E9=82=A6=20=28XIE=20Zhibang=29?= Date: Mon, 12 Dec 2016 13:31:08 +0800 Subject: [PATCH] Add x86_64 architecture. http://termux.net/dists/stable/main/binary-x86_64/ --- termux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux.sh b/termux.sh index 48d0b84..60ed92c 100755 --- a/termux.sh +++ b/termux.sh @@ -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