This is a script by which you can install Fedora in your termux application without rooted device
Steps
- Update termux: apt-get update && apt-get upgrade -y
- Install wget: apt-get install wget -y
- Install proot: apt-get install proot -y
- Install git: apt-get install git -y
- Go to HOME folder: cd ~
- Download script: git clone https://github.com/MFDGaming/fedora-in-termux.git
- Go to script folder: cd fedora-in-termux
- Give execution permission: chmod +x *
- Run script: ./fedora.sh {version}
For example: ./fedora.sh 28
- Now just start fedora: ./start.sh