Taken from StackExchange
Thanks to LangLangC
For temperature and other improvements see https://gist.github.com/cdleon/d16e7743e6f056fedbebc329333d79df
| #!/bin/sh | |
| # Script for installing Hyperion.NG release on LibreElec | |
| # Examples of usage: | |
| # Download and install latest Hyperion.NG release: libreelec.sh | |
| # Download an specific Hyperion.NG release: libreelec.sh 2.0.0-alpha.6 | |
| # Install an specific Hyperion.NG release tar.gz file: libreelec.sh /storage/deploy/Hyperion-2.0.0-alpha.7-Linux-armv7l.tar.gz | |
| #Set welcome message | |
| echo '*******************************************************************************' | |
| echo 'This script will install Hyperion.NG on LibreELEC' |
Taken from StackExchange
Thanks to LangLangC
For temperature and other improvements see https://gist.github.com/cdleon/d16e7743e6f056fedbebc329333d79df