mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-19 11:42:43 +00:00
Add x86_64 architecture.
http://termux.net/dists/stable/main/binary-x86_64/
This commit is contained in:
parent
f29c49d29c
commit
d1d82bda14
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user