mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
add mtfs to the programs.cfg
This commit is contained in:
parent
ba9c9a3dd7
commit
dd3f922d5c
14
programs.cfg
14
programs.cfg
@ -203,4 +203,18 @@
|
|||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
},
|
},
|
||||||
|
["mtfs"] = {
|
||||||
|
files = {
|
||||||
|
["master/MTFS/OpenOS/usr/bin/importfs.lua"] = "/bin",
|
||||||
|
["master/MTFS/OpenOS/usr/bin/exportfs.lua"] = "/bin",
|
||||||
|
["master/MTFS/OpenOS/usr/lib/fsproxy.lua"] = "/lib",
|
||||||
|
},
|
||||||
|
dependencies = {
|
||||||
|
["mtrpc"] = ""
|
||||||
|
},
|
||||||
|
name = "Minitel Remote Filesystem",
|
||||||
|
description = "Utilities for accessing filesystems over Minitel RPC",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user