From 462c74686a5fa684104fd912a07d5158222e0804 Mon Sep 17 00:00:00 2001 From: Astronand Date: Sat, 21 Mar 2026 01:04:27 -0400 Subject: [PATCH] fixed the installer --- installers/HyperionOS-install-cct.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/HyperionOS-install-cct.lua b/installers/HyperionOS-install-cct.lua index 3742392..4eab2d7 100644 --- a/installers/HyperionOS-install-cct.lua +++ b/installers/HyperionOS-install-cct.lua @@ -197,7 +197,6 @@ print("") printc(colors.cyan, " \\\\Installing//") print("") printc(colors.white, "Getting package list...") -local list=json.decode() local function installdir(path, dir, pkg) local data=json.decode(download("https://git.astronand.dev/api/v1/repos/Hyperion/HyperionOS/contents/prod/"..pkg..dir.."?ref="..releasename))