Skip to content

Instantly share code, notes, and snippets.

@xiaodaigh
Last active July 9, 2021 12:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaodaigh/dce32d78131347f645d658bb32ed05b7 to your computer and use it in GitHub Desktop.
Save xiaodaigh/dce32d78131347f645d658bb32ed05b7 to your computer and use it in GitHub Desktop.
Install Julia Andriod
apt-get update && apt-get upgrade -y
apt-get install wget -y
apt-get install proot -y
apt-get install git -y
cd ~
git clone https://github.com/MFDGaming/ubuntu-in-termux.git
cd ubuntu-in-termux
chmod +x ubuntu.sh
./ubuntu.sh
cp ~/ubuntu-in-termux/resolv.conf ~/ubuntu-in-termux/ubuntu-fs/etc/
./start.sh
wget https://julialang-s3.julialang.org/bin/linux/aarch64/1.3/julia-1.3.0-rc2-linux-aarch64.tar.gz
gunzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment