File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A tweaked ubuntu-21.04 with xfce4 runs on android with termux/proot-distro
2727- If you have any issues or suggestions make sure i know at https://github.com/RandomCoderOrg/ubuntu-on-android/issue (create an issue)
2828
2929# installation
30- - first install termux from [ termux.com] ( https://termux.com ) or playstore!
30+ - first install termux from [ termux.com] ( https://termux.com ) or [ F-Droid! ] ( https://f-droid.org/en/packages/com.termux/ )
3131
3232## Getting Sources and install scripts
3333``` bash
@@ -40,6 +40,8 @@ git clone https://github.com/RandomCoderOrg/ubuntu-on-android
4040# run the installer
4141cd ubuntu-on-android
4242bash install.sh
43+ # also adding further scripts
44+ bash main.sh
4345# install
4446proot-distro install hippo
4547```
@@ -50,8 +52,7 @@ proot-distro login hippo
5052```
5153### starting vncserver
5254
53- ``` bash
54- vncserver :1
55+ ``` vncserver-start
5556```
5657This step start GUI like screenshot above
5758it requires an app to see, its up to yourchoice but here are some recommended apps
6869```
6970
7071## 🔊 Audio
71- If you cant hear audio from vnc then use this command by openning a new session in termux
72- Keep this in your ` .bashrc ` file
73- ``` bash
74- pulseaudio --start --load=" module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
75- ```
72+ my Just use ` pulseserver-start ` in termux and audio will get setup automatically.:)
7673## Default passwords
7774` user ` -> root
7875
You can’t perform that action at this time.
0 commit comments