Skip to content

Commit 5244264

Browse files
restructure
1 parent f11b599 commit 5244264

22 files changed

+34
-23
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*test*

README.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
![Banner Image](src/images/banner.jpg "A Image on Ubuntu-on-android running mate desktop on smartphone")
1+
![Banner Image](.github/assets/banner.jpg "A Image on Ubuntu-on-android running mate desktop on smartphone")
22

33
<h2 align="Center">Ubuntu-21.04 on android</h2>
44
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.
55

6+
<p align="Center">
7+
<img src=".github/assets/badge-bash.svg">
8+
<img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103">
9+
</p>
610

7-
8-
![img](.github/assets/badge-bash.svg) ![img2](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
9-
[![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) [![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)[![CodeFactor](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android/badge)](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android)
11+
[![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) [![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) [![CodeFactor](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android/badge)](https://www.codefactor.io/repository/github/randomcoderorg/ubuntu-on-android)
1012

1113
codename = `udroid`
1214

@@ -21,19 +23,29 @@ codename = `udroid`
2123
| Others | `not started` |
2224

2325
## Desclaimer
24-
Just before starting the installation, you can check [this.](https://github.com/RandomCoderOrg/ubuntu-on-android/blob/beta/desclaimer.md)
26+
Just before starting the installation, you can check [this.](md/desclaimer.md)
2527

2628
## Installation
27-
Installation, variables, sound and other things can be found [here.](https://github.com/RandomCoderOrg/ubuntu-on-android/blob/beta/installation.md)
2829

29-
## Some Screenshot
30+
```bash
31+
# download installer
32+
curl -L -o install.sh https://git.io/hippo-installer
33+
# run the installer
34+
bash install.sh
35+
# Install ubuntu with this command
36+
udroid --install
37+
```
38+
39+
for more see [here.](md/installation.md)
3040

31-
![image](src/images/IMG_20211014_084106.jpg)
32-
![image](src/images/four.png)
33-
![image](src/images/three.png)
34-
More can be found [here.](https://github.com/RandomCoderOrg/ubuntu-on-android/blob/beta/showcase.md)
41+
## Some Screenshots
3542

36-
A small help from me if you want to build your own rootfs [wiki_page](https://github.com/RandomCoderOrg/ubuntu-on-android/wiki/commands-took-to-make-a-custom-rootfs)
43+
![image](.github/assets/IMG_20211014_084106.jpg)
44+
![image](.github/assets/four.png)
45+
![image](.github/assets/three.png)
46+
More can be found [here.](md/showcase.md)
47+
48+
> for building custom linux tarballs go [here](https://github.com/RandomCoderOrg/fs-cook)
3749
3850
## Devolopers & credits
3951

@@ -45,6 +57,4 @@ Dev #1 = [Gxmersam](https://github.com/GxmerSam)
4557
MIT
4658
Copyright (c) 2021 Saicharan Kandukuri
4759

48-
<h3 align="center"> More Updates coming soon...</h3>
49-
50-
feel free to contribute to this repo.
60+
###### feel free to contribute to this repo🤍.

gitignore

Whitespace-only changes.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function install()
158158
fi
159159

160160
if [ -f "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ]; then
161-
cp "${CACHE_ROOT}"/ubuntu-on-android/udroid.sh ${SCRIPT_DIR}
161+
cp "${CACHE_ROOT}"/ubuntu-on-android/plugins/udroid.sh ${SCRIPT_DIR}
162162
fi
163163

164164
if [ -f "${CACHE_ROOT}"/fs-manager-udroid/install.sh ]; then
File renamed without changes.
File renamed without changes.

md/showcase.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
![image](.github/assets/IMG_20211014_084124.jpg)
2+
![image](.github/assets/IMG_20211014_084143.jpg)
3+
![image](.github/assets/five.png)
4+
![image](.github/assets/four.png)
5+
![image](.github/assets/three.png)
6+
![image](.github/assets/two.png)
7+
![image](.github/assets/one.png)
File renamed without changes.

showcase.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)