Add TODOs for things that need ub-stubbing before release

pull/4/head
David Buchanan 2021-05-21 19:01:55 +01:00
rodzic 937b07e3fd
commit 5489d12e99
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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();
});
});