mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Sundtek-mediatv: use ARM64 installer for aarch64
This commit is contained in:
parent
189c3afeff
commit
98c1cb5455
@ -46,6 +46,9 @@ make_target() {
|
||||
arm)
|
||||
INSTALLER_URL="http://sundtek.de/media/netinst/armsysvhf/installer.tar.gz"
|
||||
;;
|
||||
aarch64)
|
||||
INSTALLER_URL="http://sundtek.de/media/netinst/arm64/installer.tar.gz"
|
||||
;;
|
||||
esac
|
||||
|
||||
wget -O installer.tar.gz $INSTALLER_URL
|
||||
|
Loading…
x
Reference in New Issue
Block a user