Skip to content

Commit 8e2450e

Browse files
author
Sam Alarie
authored
updated info
1 parent c0c0eb6 commit 8e2450e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff 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
4141
cd ubuntu-on-android
4242
bash install.sh
43+
# also adding further scripts
44+
bash main.sh
4345
# install
4446
proot-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
```
5657
This step start GUI like screenshot above
5758
it requires an app to see, its up to yourchoice but here are some recommended apps
@@ -68,11 +69,7 @@ exit
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

0 commit comments

Comments
 (0)