mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
hopefully this adds a dep for minitel to fget and such
This commit is contained in:
parent
a5fd736be0
commit
4ba3034032
@ -14,6 +14,9 @@
|
||||
files = {
|
||||
["master/FRequest/OpenOS/etc/rc.d/fserv.lua"] = "//etc/rc.d"
|
||||
},
|
||||
dependencies = {
|
||||
["minitel"] = "/usr"
|
||||
},
|
||||
name = "FRequest Daemon",
|
||||
description = "Dumb-as-rocks FRequest server",
|
||||
authors = "Izaya",
|
||||
@ -23,6 +26,9 @@
|
||||
files = {
|
||||
["master/FRequest/OpenOS/usr/bin/fget.lua"] = "/bin"
|
||||
},
|
||||
dependencies = {
|
||||
["minitel"] = "/usr"
|
||||
},
|
||||
name = "FGet",
|
||||
description = "Dumb-as-rocks FRequest client",
|
||||
authors = "Izaya",
|
||||
|
Loading…
Reference in New Issue
Block a user