Last active
May 7, 2020 11:10
-
-
Save juanmacuevas/d85e73a3a91908f481bf7b18840d4b9c to your computer and use it in GitHub Desktop.
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
# 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