Last active
July 9, 2021 12:45
-
-
Save xiaodaigh/dce32d78131347f645d658bb32ed05b7 to your computer and use it in GitHub Desktop.
Install Julia Andriod
This file contains 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
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