mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
sundtek-mediatv: change wget to curl
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -35,7 +35,7 @@ make_target() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
wget -O installer.tar.gz ${INSTALLER_URL}
|
curl --fail -o installer.tar.gz ${INSTALLER_URL}
|
||||||
|
|
||||||
tar -xzf installer.tar.gz
|
tar -xzf installer.tar.gz
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@ make_target() {
|
|||||||
rm -f opt/bin/lirc.sh
|
rm -f opt/bin/lirc.sh
|
||||||
rm -fr opt/lib/pm/
|
rm -fr opt/lib/pm/
|
||||||
|
|
||||||
wget -O version.used http://sundtek.de/media/latest.phtml
|
curl --fail -o version.used http://sundtek.de/media/latest.phtml
|
||||||
}
|
}
|
||||||
|
|
||||||
addon() {
|
addon() {
|
||||||
|
|||||||
Reference in New Issue
Block a user