mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
updated programs.cfg to include the FRequest stuff
This commit is contained in:
parent
2174105d30
commit
29d2bf6d42
18
programs.cfg
18
programs.cfg
@ -6,6 +6,24 @@
|
|||||||
},
|
},
|
||||||
name = "Minitel",
|
name = "Minitel",
|
||||||
description = "Simple and powerful networking stack",
|
description = "Simple and powerful networking stack",
|
||||||
|
authors = "Izaya, Skye",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["frequestd"] = {
|
||||||
|
files = {
|
||||||
|
["master/FRequest/etc/rc.d/fserv.lua"] = "/etc/rc.d"
|
||||||
|
},
|
||||||
|
name = "FRequest Daemon",
|
||||||
|
description = "Dumb-as-rocks FRequest server",
|
||||||
|
authors = "Izaya",
|
||||||
|
repo = "tree/master/"
|
||||||
|
},
|
||||||
|
["fget"] = {
|
||||||
|
files = {
|
||||||
|
["master/FRequest/usr/bin/fget.lua"] = "/bin"
|
||||||
|
},
|
||||||
|
name = "FGet",
|
||||||
|
description = "Dumb-as-rocks FRequest client",
|
||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
repo = "tree/master/"
|
repo = "tree/master/"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user