mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28: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 = {
|
||||
["minitel"] = ""
|
||||
},
|
||||
dependencies = {
|
||||
"mtcfg",
|
||||
postinstall = {
|
||||
"mtcfg --firstrun",
|
||||
},
|
||||
name = "Minitel Util",
|
||||
description = "Assorted Minitel utilities",
|
||||
|
@ -56,6 +56,7 @@ end
|
||||
|
||||
if ops.firstrun then
|
||||
print("Run mtcfg to configure advanced settings.")
|
||||
return
|
||||
end
|
||||
|
||||
local keytab = {}
|
||||
|
Loading…
Reference in New Issue
Block a user