1
0
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:
Izaya 2018-08-04 05:58:16 +10:00
parent e4c70beae4
commit 93e22d5409
2 changed files with 3 additions and 2 deletions

View File

@ -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",

View File

@ -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 = {}