From d0b7f58e7ce463ca5097dc48f322b4ff51311c68 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Sun, 23 Oct 2022 15:02:03 +0530 Subject: [PATCH] Fix a bug in the new linux installer's legacy path --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 936af41f..ea5fc6ba 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -27,7 +27,7 @@ if [ "$OS_NAME" == "linux" ] && [ "$OS_ARCH" == "arm64" ]; then OS_ARCH="aarch64 # config export MAMBA_ROOT_PREFIX="$(pwd)/installer_files/mamba" INSTALL_ENV_DIR="$(pwd)/installer_files/env" -LEGACY_INSTALL_ENV_DIR="$(pwd)/installer/env" +LEGACY_INSTALL_ENV_DIR="$(pwd)/installer" MICROMAMBA_DOWNLOAD_URL="https://micro.mamba.pm/api/micromamba/${OS_NAME}-${OS_ARCH}/latest" # figure out whether git and conda needs to be installed