Skip to content

Commit f16813b

Browse files
Update README.md
1 parent d394c6c commit f16813b

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,41 @@
11
# ubuntu-on-android
2-
A twaked ubuntu-21.04 port runs on android with termux/proot-distro
2+
A twaked ubuntu-21.04 with xfce4 runs on android with termux/proot-distro
3+
- stage -> `testing`
4+
its called `hippo`
35

6+
# installation
7+
```bash
8+
# install dependencies
9+
apt update; apt upgrade -y ; apt install -y pulseaudio proot-distro git -y
10+
# clone the code
11+
git clone https://github.com/saicharankandukuri/ubuntu-on-android
12+
# run the installer
13+
cd ubuntu-on-android
14+
bash install.sh
15+
# install
16+
proot-distro install hippo --user ubuntu
17+
```
18+
## logging into hippo
19+
```bash
20+
# run
21+
proot-distro login hippo
22+
```
23+
## starting vncserver
24+
```bash
25+
vncserver :1
26+
```
27+
## stoping vncserver
28+
```bash
29+
vncserver --kill :1
30+
```
31+
## Logout from hippo :)
32+
```bash
33+
exit
34+
```
35+
### Deafault passwords
36+
`user` -> ubuntu
37+
user password -> `ubuntu`
38+
you can change by command `passwd`
39+
vnc password -> `ubuntu`
40+
you can change it by command `vncpasswd`
441
## More updates comming soon👊.

0 commit comments

Comments
 (0)