mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
added 'noarch' to anaconda.sh
This commit is contained in:
parent
ec9eed3a26
commit
3f84a93398
@ -18,10 +18,10 @@ LOCAL_DIR_BASE="${TUNASYNC_WORKING_DIR}"
|
||||
TMP_DIR=$(mktemp -d)
|
||||
|
||||
CONDA_REPOS=("free" "r" "mro" "pro")
|
||||
CONDA_ARCHES=("linux-64" "linux-32" "linux-armv6l" "linux-armv7l" "linux-ppc64le" "osx-64" "osx-32" "win-64" "win-32")
|
||||
CONDA_ARCHES=("noarch" "linux-64" "linux-32" "linux-armv6l" "linux-armv7l" "linux-ppc64le" "osx-64" "osx-32" "win-64" "win-32")
|
||||
|
||||
CONDA_CLOUD_REPOS=(
|
||||
"conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64"
|
||||
"conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/noarch"
|
||||
"msys2/win-64" "r/linux-64" "r/osx-64" "r/osx-64"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user