Last active
May 13, 2019 15:13
-
-
Save gaiar/9616967b8df2c931ad33fc311ba70161 to your computer and use it in GitHub Desktop.
Install ArchiConda on Samsung Note 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
wget https://github.com/Archiconda/build-tools/releases/download/0.2.2/Archiconda3-0.2.2-Linux-aarch64.sh | |
chmod +x Archiconda3-0.2.2-Linux-aarch64.sh | |
./Archiconda3-0.2.2-Linux-aarch64.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment