Skip to content

Instantly share code, notes, and snippets.

@gaiar
Last active May 13, 2019 15:13
Show Gist options
  • Select an option

  • Save gaiar/9616967b8df2c931ad33fc311ba70161 to your computer and use it in GitHub Desktop.

Select an option

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