From bb0ee3e64e64034a2c6f3acb24b96a2b0d12f27d Mon Sep 17 00:00:00 2001 From: Kodi Craft Date: Tue, 25 Mar 2025 18:42:33 +0100 Subject: [PATCH] Try fixing sha256 not loading --- install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.lua b/install.lua index aca5a4f..5eff616 100644 --- a/install.lua +++ b/install.lua @@ -33,7 +33,7 @@ local function main() shafile.close() sharequest.close() end - log.debug(package.path) + package.path = package.path .. ";/?;/?.lua" -- hack to solve 'wget run' being dumb local hash = require("sha256") log.info("Downloading index file")