ubuntu en termux
v1.3 (Ubuntu 20.04
Este es un script que le permite instalar Ubuntu en su aplicación termux sin un dispositivo rooteado
• Actualizado a ubuntu 22.04
• Si tienes que usar ubuntu en termux con una arquitectura x86/i*86 o prefieres ubuntu 19.10, puedes usar esta rama -> https://github.com/MFDGaming/ubuntu-in-termux/tree/ubuntu19.10
• Si recibe un mensaje de error que dice "Fatal Kernel demasiado antiguo", debe descomentar la línea que dice "command+=" -k 4.14.81"" (elimine el # que se encuentra delante de la línea) en el " archivo startubuntu.sh"
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 -y
./startubuntu.sh