From bb8ae12f4f94189fd1540b201e2aea78f485de97 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 8 May 2023 18:02:07 +0200 Subject: 2023-05-08 17:39:00 --- scripts/context/lua/mtx-install.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'scripts/context/lua/mtx-install.lua') diff --git a/scripts/context/lua/mtx-install.lua b/scripts/context/lua/mtx-install.lua index 4b5901282..64200ef2e 100644 --- a/scripts/context/lua/mtx-install.lua +++ b/scripts/context/lua/mtx-install.lua @@ -636,6 +636,18 @@ function install.update() report("update, done") end +function install.modules() + report("--modules in not yet implemented") +end + +function install.fonts() + report("--fonts in not yet implemented") +end + +function install.goodies() + report("--goodies in not yet implemented") +end + if environment.argument("secure") then usecurl = checkcurl() if not usecurl then @@ -650,6 +662,12 @@ elseif environment.argument("install") then install.update() elseif environment.argument("update") then install.update() +elseif environment.argument("modules") then + install.modules() +elseif environment.argument("fonts") then + install.fonts() +elseif environment.argument("goodies") then + install.goodies() elseif environment.argument("exporthelp") then application.export(environment.argument("exporthelp"),environment.files[1]) else @@ -657,3 +675,4 @@ else report("") disclaimer() end + -- cgit v1.2.3