This repository has been archived by the owner on Nov 6, 2022. It is now read-only.
forked from wavrunrx/OpenELEC_Dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (22 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
OpenELEC_DEV ;
This is based on https://github.com/wavrunrx/OpenELEC_Dev with some changes to speed up the process and simplify.
This has reduced the functionality to now only updating to latest nightly build from one of three sources.
OpenELEC has an automatic update feature already built in, but its for going from one stable build to another.
If you like to live on the bleeding edge of new code, this script will make the whole update process a simple affair
normally requiring minimal input. It can be run off most available architecture provided the updates are in the
available sources. These are;
http://milhouse.openelec.tv/builds/master/
http://milhouse.libreelec.tv/builds/master/
http://openelec.thestateofme.com/dev_builds/
The script has a mechanism which will always keep itself up-to-date, so you only need to download it once.
anytime i push an update it will replace the old version.
================================================================================================================
How to get it:
1) open a ssh session and run the following:
curl https://raw.github.com/HuwSy/OpenELEC_Dev/master/openelec-nightly_latest.sh > ./openelec-nightly_latest.sh && chmod +x openelec-nightly_latest.sh
2) now, run it
sh ./openelec-nightly_latest.sh
================================================================================================================
NOTE:
IF YOU ARE USING ANY UNOFFICIAL BUILD THAT'S NOT AVAILABLE ON OPENELEC'S SERVER
IT MAY BREAK YOUR SYSTEM.