Compare commits
No commits in common. "4e64a5516939b67683d3192aca0c585df1130d4e" and "8ae4d7b57c18b7788b223a7220c8759021ae09c3" have entirely different histories.
4e64a55169
...
8ae4d7b57c
@ -11,7 +11,7 @@ require "pkgfs"
|
|||||||
|
|
||||||
local function getSources()
|
local function getSources()
|
||||||
local f = io.open(pkg.sourcePath,"rb")
|
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")
|
local c = f:read("*a")
|
||||||
f:close()
|
f:close()
|
||||||
return serial.unserialize(c)
|
return serial.unserialize(c)
|
||||||
|
Loading…
Reference in New Issue
Block a user