@ -1,7 +1,7 @@
{
["spm"] = {
files = {
["spm/spm.lua"] = "/"
["spm/spm.lua"] = "//bin"
},
dependencies = {},
name = "Sothr Package Manager",
@ -99,7 +99,7 @@ end
local function readFromFile(fNum)
local path
if fNum == 1 then
path = "/etc/opdata.svd"
path = "/etc/spdata.svd"
elseif fNum == 2 then
path = "/etc/spm.cfg"
if not fs.exists(path) then