Skip to content

Commit 882f98f

Browse files
fix: README links and installer msg's
1 parent 98b2853 commit 882f98f

File tree

2 files changed

+27
-10
lines changed

2 files changed

+27
-10
lines changed

‎README.md

+24-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<div align="center">
22

3-
> ⚠️**UNDER MAINTAINENCE & REVAMP**
43
</div>
54
<p align="Center">
65
<img src="assets/udroid_logo.png" height="300" >
@@ -18,13 +17,33 @@
1817

1918
<!-- ![Banner Image](assets/banner.jpg "A Image on Ubuntu-on-android running mate desktop on smartphone") -->
2019

21-
<h2 align="Center">Ubuntu-22.04 on android</h2>
20+
<h2 align="Center">Ubuntu on android</h2>
2221
Ubuntu-on-android aims to run ubuntu with pre-installed Desktop Environment, development tools, and software on top of android without root with the help of proot in termux application. This project just like any other linux on android projects but with aim of making it easy for end user on setting up linux.
2322

2423
[![Support Server](https://img.shields.io/discord/892727774828199976?color=blue&label=join%20%23udroid&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/h7wZ9BfbU9)
2524

2625
codename = `udroid`
2726

27+
## Installation
28+
29+
To install current stable release of `udroid` filesystem run
30+
31+
```bash
32+
. <(curl -Ls https://bit.ly/udroid-installer)
33+
```
34+
35+
### or
36+
37+
```bash
38+
git clone https://github.com/RandomCoderOrg/fs-manager-udroid
39+
cd fs-manager-udroid
40+
bash install.sh
41+
udroid install jammy:xfce4
42+
```
43+
44+
for advanced usage -> [udroid cli README](https://github.com/RandomCoderOrg/fs-manager-udroid/blob/main/README.md) OR [Wiki Page](https://udroid-rc.gitbook.io/udroid-wiki/udroid-landing/quick-installation-and-usage)
45+
46+
2847
## current releases
2948

3049
| Distribution | XFCE4 | MATE | GNOME | RAW |
@@ -35,10 +54,13 @@ codename = `udroid`
3554

3655
| Distribution | XFCE4 | MATE | GNOME | RAW |
3756
|:-------------- |:------:|:------:|:-:|:-----:|
57+
| [Ubuntu Lunar (23.04)](https://udroid-rc.gitbook.io/udroid-wiki/suites/ubuntu-23.04) | - | - | - ||
3858
| [Ubuntu Kinetic (22.10)](https://udroid-rc.gitbook.io/udroid-wiki/suites/ubuntu-22.10) | - | - | - ||
3959

4060
### End of Life distros
4161

62+
> No longer supported
63+
4264
| Distribution | XFCE4 | MATE | RAW |
4365
|-------------- |------|------|-----|
4466
| [Ubuntu hirsute (21.04)](https://udroid-rc.gitbook.io/udroid-wiki/suites/ubuntu-21.04) || X ||
@@ -50,13 +72,6 @@ codename = `udroid`
5072

5173
Just before starting the installation, you can check [this.](md/desclaimer.md)
5274

53-
## Installation
54-
55-
```bash
56-
. <(curl -Ls https://raw.githubusercontent.com/RandomCoderOrg/ubuntu-on-android/maintainence/install.sh)
57-
```
58-
59-
for more see [here.](md/installation.md)
6075

6176
## Some Screenshots
6277

‎install.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,12 @@ udroid install $CUR_BEST_DISTRO || {
116116
## show some info
117117
lshout "Installation completed successfully."
118118
lshout
119-
lshout "To login $CUR_BEST_DISTRO, run \"udroid login $CUR_BEST_DISTRO\""
119+
lshout "To login $CUR_BEST_DISTRO, run \"${_c_green}udroid login $CUR_BEST_DISTRO\""
120120
lshout "use ${_c_magneta}vncserver :1${RST} to start vnc server"
121121
lshout "default password for everything is ${_c_magneta}secret${RST}"
122122
lshout "Show us some love by starring our repo on github and donating"
123+
msg
123124
msg "ubuntu-on-android: ${_c_magneta_line}https://github.com/RandomCoderOrg/ubuntu-on-android${RST}"
124125
msg "support us: ${_c_magneta_line}https://github.com/sponsors/RandomCoderOrg${RST}"
125126
msg "Join our discord: ${_c_magneta_line}https://discord.gg/AGqQCHuE6S${RST}"
127+
msg

0 commit comments

Comments
 (0)