Parcourir la source

cleaner default source list

master
XeonSquared il y a 3 ans
Parent
révision
4e64a55169
2 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. +0
    -3
      cfg/pkg/sources.cfg
  2. +1
    -1
      lib/pkgman.lua

+ 0
- 3
cfg/pkg/sources.cfg Voir le fichier

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

+ 1
- 1
lib/pkgman.lua Voir le fichier

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


Chargement…
Annuler
Enregistrer