This file contains hidden or 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
# You will need Termux from f-droid: https://f-droid.org/en/packages/com.termux/ | |
termux-setup-storage | |
pkg update && apt-get update | |
pkg upgrade -y && apt-get upgrade -y | |
pkg install wget openssl-tool proot -y | |
hash -r | |
wget https://raw.githubusercontent.com/EXALAB/AnLinux-Resources/master/Scripts/Installer/Ubuntu/ubuntu.sh | |
bash ubuntu.sh | |
clear && ./start-ubuntu.sh |