mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sundtek-mediatv: change wget to curl
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
parent
00b8c80375
commit
79ee2ffb4a
@ -35,7 +35,7 @@ make_target() {
|
||||
;;
|
||||
esac
|
||||
|
||||
wget -O installer.tar.gz ${INSTALLER_URL}
|
||||
curl --fail -o installer.tar.gz ${INSTALLER_URL}
|
||||
|
||||
tar -xzf installer.tar.gz
|
||||
|
||||
@ -45,7 +45,7 @@ make_target() {
|
||||
rm -f opt/bin/lirc.sh
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user