Neo-Oli / termux-ubuntu

Ubuntu chroot on termux
850 stars 317 forks source link

./start-ubuntu.sh problem with /bin/bash #104

Open Awakened-Redstone opened 4 years ago

Awakened-Redstone commented 4 years ago

Screenshot_20190905-183736_Termux I can't get it to work.

Edit: The first time I installed it worked, but the vncserver-start was returning Function not implemented than I cleared Termux data, and than this error started (image error)

rt-ops commented 4 years ago

I have the same problem, and I don't understand how to solve it.

profionaldhim commented 4 years ago

I have the same problem, and I don't understand how to solve it

Allan-sketch commented 3 years ago

With the new ERROR of Termux you have to manually fix it by first starting with $pkg install nano $apt edit-sources main $apt edit-sources science $apt edit-sources game $apt edit-sources Unstable Inrelease And copy it from the Github https://github.com/termux/termux-packages Now dolly the game and science package from Wikipedia https://wiki.termux.com/wiki/Package_Management And try to do it manually after that install Ubuntu with installation steps Installation 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/ubuntu-in-termux.git Go to script folder: cd ubuntu-in-termux Give execution permission: chmod +x ubuntu.sh Run the script: ./ubuntu.sh -y Now just start ubuntu: ./startubuntu.sh