From 5489d12e99138c380157de360b0d846ac7eb77e4 Mon Sep 17 00:00:00 2001 From: David Buchanan Date: Fri, 21 May 2021 19:01:55 +0100 Subject: [PATCH] Add TODOs for things that need ub-stubbing before release --- stage2.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stage2.html b/stage2.html index 94a150a..e152dc3 100644 --- a/stage2.html +++ b/stage2.html @@ -74,12 +74,13 @@ }); } - // Placeholder... + // 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'; - download('stage3.sh', '/media/cryptofs/apps/usr/palm/services/com.palmdts.devmode.service/', 'start-devmode-xxx.sh', function () { + // TODO: remove -xxx suffix + download('files/stage3.sh', '/media/cryptofs/apps/usr/palm/services/com.palmdts.devmode.service/', 'start-devmode-xxx.sh', function () { download(homebrewChannelURL, '/media/internal/downloads/', 'hbchannel.ipk', function () { - download('devmode_enabled', '/var/luna/preferences/', 'devmode_enabled', function () { + download('files/devmode_enabled', '/var/luna/preferences/', 'devmode_enabled', function () { reboot(); }); });