From 278f2ac2a8b8d615db554cfe97d8de17b282094a Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 21 Oct 2024 23:52:11 -0400 Subject: [PATCH] Don't set default install method for createrepo --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 367cd5c..1c3135f 100755 --- a/installJRMC +++ b/installJRMC @@ -210,7 +210,7 @@ init() { fi # Set default command arguments and/or parse user input - if [[ $# -eq 0 || ! "$*" =~ (--install|--service|--container) ]]; then + if [[ $# -eq 0 || ! "$*" =~ (--install|--service|--container|--createrepo) ]]; then debug "Automatically using --install=repo" REPO_INSTALL_SWITCH=1 fi