fix horribly nonfixed things

This commit is contained in:
v 2021-01-01 05:45:20 +00:00
parent 2d0beda651
commit b4d2238747
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
local args={...}
local pkg=dofile "/lib/mfs"
local pkg=dofile "/lib/pkgm.lua"
local flags={}
local ptr=#args
while ptr>0 do

View File

@ -1,4 +1,4 @@
local mfs=dofile "/lib/mfs"
local mfs=dofile "/lib/mfs.lua"
local local_pkg_files=false
local pkg_url="https://git.osmarks.tk/heavpoot/packages1/raw/branch/master/"
local res={}