Skip to content

Commit 89d3cbf

Browse files
udroid
1 parent 43e5a44 commit 89d3cbf

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/ISSUE_TEMPLATE/help-on-doing-things.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Help on doing things
3-
about: If you have trouble do anything in termux or inside hippo
3+
about: If you have trouble do anything in termux or inside udroid
44
title: ''
55
labels: documentation, question
66
assignees: '@saicharankandukuri'

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A tweaked ubuntu-21.04 with xfce4 runs on android with termux/proot-distro
1414
| Linux Distribution | ![badge3](https://img.shields.io/badge/Linux%20Distribution-UBUNTU%20Hippo%2021.04-brightgreen) |
1515
|Community | [![Support Server](https://img.shields.io/discord/851345998831157288.svg?label=Discord&logo=Discord&colorB=7289da&style=for-the-badge)](https://discord.gg/y432PhPYCS) [![Join the chat at https://gitter.im/ubuntu-on-android/community](https://badges.gitter.im/ubuntu-on-android/community.svg)](https://gitter.im/ubuntu-on-android/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
1616
| Code quality & stats | [![CodeFactor](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android/badge)](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android) |
17-
- codename -> `hippo`
17+
- codename -> `udroid`
1818

1919
<details>
2020
<summary>Note & Disclaimer (Must read !)</summary>
@@ -48,28 +48,28 @@ A note before you try
4848
## Getting Sources and install scripts
4949
```bash
5050
# download installer
51-
curl -L -o install.sh https://git.io/hippo-installer
51+
curl -L -o install.sh https://git.io/udroid-installer
5252
# run the installer
5353
bash install.sh
5454
# Install ubuntu with this command
55-
hippo --install
55+
udroid --install
5656
```
5757
### Basic Usage
5858
| **Command** | **Usage** |
5959
|--------------------|-----------|
60-
| `hippo` | To login to shell |
61-
| `hippo upgrade` | to upgrade fs or to get new features if available |
60+
| `udroid` | To login to shell |
61+
| `udroid upgrade` | to upgrade fs or to get new features if available |
6262
| `startvnc` | start vncserver at port `1` (you can change default port by exporting env varaible `DEFAULT_VNC_PORT` to a port number) |
63-
| `hippo stopvnc` | stop vncserver at given or default port `1`
64-
| `hippo --enable-dbus` | To start hippo with dbus hack enabled |
65-
| `hippo --enable-dbus-vnc` | To start vnc session with dbus hack enabled |
63+
| `udroid stopvnc` | stop vncserver at given or default port `1`
64+
| `udroid --enable-dbus` | To start udroid with dbus hack enabled |
65+
| `udroid --enable-dbus-vnc` | To start vnc session with dbus hack enabled |
6666

6767
## Environment Variables
6868
- `DEFAULT_VNC_PORT` to set vnc port for scripts
6969
- `HIPPO_BRANCH` to set custom branch for cloning code
7070

7171
## 🔊 Audio
72-
pulseaudio starts everytime you invoke start commands with `hippo`
72+
pulseaudio starts everytime you invoke start commands with `udroid`
7373

7474
> You can start audio manually with this command
7575
```bash
@@ -79,7 +79,7 @@ pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth
7979

8080
| |password|
8181
|--|--------|
82-
| hippo user | `secret` |
82+
| udroid user | `secret` |
8383
|vncserver root | `secret` |
8484

8585
## some Screenshots
File renamed without changes.

0 commit comments

Comments
 (0)