Skip to content

Instantly share code, notes, and snippets.

@juanmacuevas
Last active May 7, 2020 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanmacuevas/d85e73a3a91908f481bf7b18840d4b9c to your computer and use it in GitHub Desktop.
Save juanmacuevas/d85e73a3a91908f481bf7b18840d4b9c to your computer and use it in GitHub Desktop.
# https://cutt.ly/3yxqoXo shortened
apt-get update && apt-get upgrade -y
apt-get install wget -y
apt-get install proot -y
apt-get install git -y
cd ~
https://github.com/MFDGaming/ubuntu-in-termux.git
cd ubuntu-in-termux
chmod +x ubuntu.sh
./ubuntu.sh -y
./startubuntu.sh
apt-get update
apt-get upgrade
apt-get install wget
apt-get install julia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment