Compare commits
2 Commits
8ae4d7b57c
...
4e64a55169
Author | SHA1 | Date | |
---|---|---|---|
4e64a55169 | |||
322cb837bb |
@ -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 {} end
|
if not f then return {main={path="https://oc.shadowkat.net/psychos/pkg",cache=true,name="main"}} 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