Compare commits

..

No commits in common. "4e64a5516939b67683d3192aca0c585df1130d4e" and "8ae4d7b57c18b7788b223a7220c8759021ae09c3" have entirely different histories.

View File

@ -11,7 +11,7 @@ require "pkgfs"
local function getSources()
local f = io.open(pkg.sourcePath,"rb")
if not f then return {main={path="https://oc.shadowkat.net/psychos/pkg",cache=true,name="main"}} end
if not f then return {} end
local c = f:read("*a")
f:close()
return serial.unserialize(c)