Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 491 Bytes

Run different architecture distros in termux !

A automatic script to install any distro by yourself in Termux, but in different architecture using QEMU support.

Running x86_64 distros

pkg in wget -y 
wget https://raw.githubusercontent.com/23xvx/Termux-x86_64-distro-on-aarch64/master/AMD64.sh
bash AMD64.sh 

Running x86 distros

pkg in wget -y
wget https://raw.githubusercontent.com/23xvx/Termux-x86_64-distro-on-aarch64/master/i386.sh
bash i386.sh