Merge pull request #9418 from antonlacon/sundtek-curl

sundtek-mediatv: change wget to curl
This commit is contained in:
Rudi Heitbaum 2024-10-20 06:50:05 +11:00 committed by GitHub
commit ce869d06c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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