cleaner default source list

This commit is contained in:
Izaya 2020-06-08 10:36:36 +10:00
부모 322cb837bb
커밋 4e64a55169
2개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제

파일 보기

@ -1,3 +0,0 @@
{main={path="https://oc.shadowkat.net/psychos/pkg",
cache=true,
name="main"}}

파일 보기

@ -11,7 +11,7 @@ require "pkgfs"
local function getSources()
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")
f:close()
return serial.unserialize(c)