Open mrbeandev opened 5 years ago
pkg install wget proot 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
Not working still the same problem ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11 See the attachment
On Tue 28 May, 2019, 8:23 PM elekronika, notifications@github.com wrote:
pkg install wget proot 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
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Neo-Oli/termux-ubuntu/issues/96?email_source=notifications&email_token=AIIFDDQBIXY6YKM6MJY4Q4LPXVBNHA5CNFSM4HPYBBGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMMMSI#issuecomment-496551497, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIFDDU3BIS3BOCRAYTR36TPXVBNHANCNFSM4HPYBBGA .
You must use wifi
Not working I connected to WiFi network which has a good network connection and typed ./start-ubuntu.sh Then I got the same message $ ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11
On Wed 29 May, 2019, 8:50 AM elekronika, notifications@github.com wrote:
You must use wifi
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Neo-Oli/termux-ubuntu/issues/96?email_source=notifications&email_token=AIIFDDVZ64LHFL66JSHIHBTPXXY7PA5CNFSM4HPYBBGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWOBJZQ#issuecomment-496768230, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIFDDU2JF3ZT3OHQ5MF7YLPXXY7PANCNFSM4HPYBBGA .
I have same problem and this didn't work for me :(
I have a different issue I am trying to start ubuntu but (/usr/bin/env: '/bin/bash': No such file or directory) Error
you need to install proot first. use this command : pkg install proot
don't write (bash ubuntu.sh) write (./ubuntu.sh ) to start write (./start-ubuntu.sh) or (./startubuntu.sh)
You must give the file ubuntu.sh permissions use : chmod +× ubuntu.sh
I am not able to start the Ubuntu in my termux I have installed everything before installing the script wget,proof and git Now when I click ./start-ubuntu.sh this comes up $ ./start-ubuntu.sh proot info: vpid 1: terminated with signal 11 Please hell