Don't set default install method for createrepo

这个提交包含在:
2024-10-21 23:52:11 -04:00
父节点 376c73fbf1
当前提交 278f2ac2a8

查看文件

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