From 8e448a350131991703989fa21ef9322917c82b2d Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:37:27 -0400 Subject: [PATCH] stage2: use Homebrew Channel 0.6.3 (#108) --- stage2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.html b/stage2.html index a2cc79b..fe624d2 100644 --- a/stage2.html +++ b/stage2.html @@ -88,7 +88,7 @@ }); } - var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.5.1/org.webosbrew.hbchannel_0.5.1_all.ipk'; + var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.6.3/org.webosbrew.hbchannel_0.6.3_all.ipk'; function bootstrapStage3() { download('files/stage3.sh', '/mnt/lg/cmn_data/var/lib/webosbrew/', 'startup.sh', function () {