From 7d3fc6e33650bea1bf8be09e20f5e42f812451b5 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Wed, 26 May 2021 21:01:44 +0200 Subject: [PATCH] stage2: set proper homebrew channel ipk URL --- stage2.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stage2.html b/stage2.html index e152dc3..b1b5ed7 100644 --- a/stage2.html +++ b/stage2.html @@ -74,11 +74,9 @@ }); } - // TODO: point at hbchannel release - var homebrewChannelURL = 'https://github.com/mariotaku/moonlight-tv/releases/download/v0.7.4/com.limelight.webos_0.7.4_arm.ipk'; + var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.2.1/org.webosbrew.hbchannel_0.2.1_all.ipk'; - // TODO: remove -xxx suffix - download('files/stage3.sh', '/media/cryptofs/apps/usr/palm/services/com.palmdts.devmode.service/', 'start-devmode-xxx.sh', function () { + download('files/stage3.sh', '/media/cryptofs/apps/usr/palm/services/com.palmdts.devmode.service/', 'start-devmode.sh', function () { download(homebrewChannelURL, '/media/internal/downloads/', 'hbchannel.ipk', function () { download('files/devmode_enabled', '/var/luna/preferences/', 'devmode_enabled', function () { reboot();