Skip to content

Commit

Permalink
test build of last
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Apr 24, 2024
1 parent 10d5fa4 commit 16a5402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/linux/arm64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Put installer in current user home directory, install to home directory, add to user bash config, and remove installer
mkdir -p ~/miniconda \
&& cd ~/miniconda \
&& wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh \
&& wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \
&& mkdir ~/.conda \
&& chmod 755 Miniconda3-latest-Linux-aarch64.sh \
&& bash Miniconda3-latest-Linux-aarch64.sh -b -p /home/vscode/miniconda3 \
&& chmod 755 Miniconda3-latest-Linux-x86_64.sh \
&& bash Miniconda3-latest-Linux-x86_64.sh -b -p /home/vscode/miniconda3 \
&& echo "Running $(conda --version)" && \
conda init bash && \
. /home/vscode/.bashrc && \
Expand Down

0 comments on commit 16a5402

Please sign in to comment.