sundtek-mediatv: change wget to curl

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-10-19 14:13:10 -04:00
parent 00b8c80375
commit 79ee2ffb4a

View File

@ -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() {