summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mltk b/mltk
index 7e8159ad..66798c09 100755
--- a/mltk
+++ b/mltk
@@ -205,6 +205,10 @@ read_params() {
REMOTE_EXPORT="1"
continue
;;
+ -i)
+ REMOTE_LOCAL_INSTALL=1
+ continue
+ ;;
--force-sys-version)
if [ -z "$1" ]; then
perror "--force-sys-version requires an argument, e.g. '18.04'."
@@ -250,6 +254,7 @@ REMOTE_EXPORT="0"
REMOTE_LIST_CLEAN=""
REMOTE_LIST_BUILD=""
REMOTE_AUTOMATIC_BUILD=0
+REMOTE_LOCAL_INSTALL=0
initial_checks
read_params $@