# termux-ubuntu **Repository Path**: Java1123yanglei/termux-ubuntu ## Basic Information - **Project Name**: termux-ubuntu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # termux-ubuntu A script to install Ubuntu chroot in Termux You need to install wget and proot in Termux before using this script. ``` pkg install wget proot ``` The script will make its files in the current directory. So if you want your Ubuntu-filesystem at a particular location switch to that folder first and then call the script with it's relative path. Example: ``` mkdir -p ~/jails/ubuntu cd ~/jails/ubuntu wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh bash ubuntu.sh ``` After running it you can run "start-ubuntu.sh" to switch into your ubuntu