mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28: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
|
||||
|
||||
1. Run `oppm install minitel`
|
||||
1. Run `oppm install minitel-util`
|
||||
2. Run `mtcfg`
|
||||
|
||||
This will walk you through setting up Minitel.
|
||||
|
||||
#### Manual
|
||||
|
||||
|
@ -5,6 +5,9 @@
|
||||
["master/OpenOS/usr/lib/net.lua"] = "/lib",
|
||||
["master/OpenOS/usr/man/minitel"] = "/man",
|
||||
},
|
||||
postinstall = {
|
||||
"rc minitel enable",
|
||||
},
|
||||
name = "Minitel",
|
||||
description = "Simple and powerful networking stack",
|
||||
authors = "Izaya, Skye",
|
||||
@ -18,6 +21,9 @@
|
||||
dependencies = {
|
||||
["minitel"] = ""
|
||||
},
|
||||
dependencies = {
|
||||
"mtcfg",
|
||||
},
|
||||
name = "Minitel Util",
|
||||
description = "Assorted Minitel utilities",
|
||||
authors = "Izaya",
|
||||
|
@ -130,3 +130,6 @@ if fobj then
|
||||
fobj:close()
|
||||
print("Settings successfully written!")
|
||||
end
|
||||
|
||||
print("Enabling daemon...")
|
||||
os.execute("rc minitel enable")
|
||||
|
Loading…
Reference in New Issue
Block a user