Try fixing sha256 not loading

This commit is contained in:
Kodi Craft 2025-03-25 18:42:33 +01:00
parent b0f8c1267a
commit bb0ee3e64e
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -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")