瀏覽代碼

Don't set default install method for createrepo

bryan 5 小時之前
父節點
當前提交
278f2ac2a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installJRMC

+ 1 - 1
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