Skip to content

Instantly share code, notes, and snippets.

@gaiar
Last active May 13, 2019 15:13
Show Gist options
  • Save gaiar/9616967b8df2c931ad33fc311ba70161 to your computer and use it in GitHub Desktop.
Save gaiar/9616967b8df2c931ad33fc311ba70161 to your computer and use it in GitHub Desktop.
Install ArchiConda on Samsung Note 9
#!/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