mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
added --firstrun to the postinstall for minitel-util
This commit is contained in:
parent
e4c70beae4
commit
93e22d5409
@ -21,8 +21,8 @@
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
["minitel"] = ""
|
["minitel"] = ""
|
||||||
},
|
},
|
||||||
dependencies = {
|
postinstall = {
|
||||||
"mtcfg",
|
"mtcfg --firstrun",
|
||||||
},
|
},
|
||||||
name = "Minitel Util",
|
name = "Minitel Util",
|
||||||
description = "Assorted Minitel utilities",
|
description = "Assorted Minitel utilities",
|
||||||
|
@ -56,6 +56,7 @@ end
|
|||||||
|
|
||||||
if ops.firstrun then
|
if ops.firstrun then
|
||||||
print("Run mtcfg to configure advanced settings.")
|
print("Run mtcfg to configure advanced settings.")
|
||||||
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local keytab = {}
|
local keytab = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user