Skip to content

Commit 000a798

Browse files
committed
Revert "Major update"
1 parent b9b25e0 commit 000a798

28 files changed

+250
-628
lines changed

LICENSE

-85
This file was deleted.

README.md

+20-45
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,36 @@
1-
ODROID UTILITY (UNOFFICIAL UPDATE)
2-
==================================
1+
TOOL - ODROID UTILITY
2+
=====================
33

4-
This fork improves the structure of the original project and adds a lot of features, which are partly known from raspi-config.
4+
I've started to write this script to replace kernel-update. It does WAY more then the current kernel-update is doing. I plan to replace kernel-update with this tool very soon.
55

6-
**Sources :** https://github.com/mdrjr/odroid-utility
6+
**Sources:** https://github.com/mdrjr/odroid-utility
77

88
**How to Install :**
99

1010
```
11-
git clone https://github.com/api-walker/odroid-utility.git
12-
13-
cd odroid-utility
14-
1511
sudo -s
1612
17-
chmod +x updater.sh
13+
wget -O /usr/local/bin/odroid-utility.sh https://raw.githubusercontent.com/mdrjr/odroid-utility/master/odroid-utility.sh
1814
19-
updater.sh
15+
chmod +x /usr/local/bin/odroid-utility.sh
2016
2117
odroid-utility.sh
2218
```
2319

24-
**Usage :**
20+
Don't worry about the extra files. The script self-updates itself everytime its started.
2521

26-
```
27-
sudo odroid-utility.sh [--skip-update]
22+
**What is supported :**
2823

29-
--skip-update = Skip update of the internals
30-
```
24+
* Debian and Ubuntu.
25+
* Xorg on/off,
26+
* Change hostname,
27+
* Configure HDMI (x/x2/u2/u3/c1) only,
28+
* Kernel Update (all boards),
29+
* boot.scr's update (all boards) Oh yes. Updating the kernel doesn't replace your boot.scr's anymore. If you was using custom ones to boot from hdd then they should be safe now,
30+
* Rebuilds Xorg DDX , installs new Mali drivers when they are available and fixes ABI errors,
31+
* Filesystem resize.
3132

32-
**What is supported :**
33-
* Old :
34-
* Debian and Ubuntu.
35-
* Xorg on/off,
36-
* Change hostname,
37-
* Configure HDMI (x/x2/u2/u3/c1) only,
38-
* Kernel Update (all boards),
39-
* boot.scr's update (all boards) Oh yes. Updating the kernel doesn't replace your boot.scr's anymore. If you was using custom ones to boot from hdd then they should be safe now,
40-
* Rebuilds Xorg DDX , installs new Mali drivers when they are available and fixes ABI errors,
41-
* Filesystem resize.
42-
* New :
43-
* Desktop Environments
44-
* Change password
45-
* Change locale
46-
* Change timezone
47-
* Change keyboard-layout
48-
* Changed kernel-update for odroid-c to direct update
49-
* Direct KODI installation on Odroid C1
50-
* Start without updating
51-
52-
**State :**
53-
* BETA
54-
55-
**Disclaimer :**
56-
* Some changes are based on raspi-config code.
57-
58-
**Todo :**
59-
* full testing
60-
61-
Ideas and patches are welcome. Please submit a pull request on github.
33+
**TODO :**
34+
35+
36+
Ideas and patchs are welcome. Either post a diff with your e-mail and name or submit a PR on github.

administration/change_locale.sh

-25
This file was deleted.

administration/change_password.sh

-7
This file was deleted.

administration/change_timezone.sh

-5
This file was deleted.

administration/configure_keyboard.sh

-5
This file was deleted.

0 commit comments

Comments
 (0)