mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
updates to setup and such, and included the postinstall commands in programs.cfg
This commit is contained in:
parent
eb1a86af03
commit
fc5f800e61
@ -8,7 +8,10 @@ This package includes the Minitel daemon, in etc/rc.d/minitel.lua, and the net l
|
|||||||
|
|
||||||
#### With OPPM
|
#### With OPPM
|
||||||
|
|
||||||
1. Run `oppm install minitel`
|
1. Run `oppm install minitel-util`
|
||||||
|
2. Run `mtcfg`
|
||||||
|
|
||||||
|
This will walk you through setting up Minitel.
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
|
|
||||||
|
@ -5,6 +5,9 @@
|
|||||||
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
||||||
["master/OpenOS/usr/man/minitel"] = "/man",
|
["master/OpenOS/usr/man/minitel"] = "/man",
|
||||||
},
|
},
|
||||||
|
postinstall = {
|
||||||
|
"rc minitel enable",
|
||||||
|
},
|
||||||
name = "Minitel",
|
name = "Minitel",
|
||||||
description = "Simple and powerful networking stack",
|
description = "Simple and powerful networking stack",
|
||||||
authors = "Izaya, Skye",
|
authors = "Izaya, Skye",
|
||||||
@ -18,6 +21,9 @@
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
["minitel"] = ""
|
["minitel"] = ""
|
||||||
},
|
},
|
||||||
|
dependencies = {
|
||||||
|
"mtcfg",
|
||||||
|
},
|
||||||
name = "Minitel Util",
|
name = "Minitel Util",
|
||||||
description = "Assorted Minitel utilities",
|
description = "Assorted Minitel utilities",
|
||||||
authors = "Izaya",
|
authors = "Izaya",
|
||||||
|
@ -130,3 +130,6 @@ if fobj then
|
|||||||
fobj:close()
|
fobj:close()
|
||||||
print("Settings successfully written!")
|
print("Settings successfully written!")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
print("Enabling daemon...")
|
||||||
|
os.execute("rc minitel enable")
|
||||||
|
Loading…
Reference in New Issue
Block a user