From 6afbff713eec655050c3d63868510cb0dd2ae978 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 31 Aug 2024 22:14:23 -0400 Subject: [PATCH] Add parseInput debug --- installJRMC | 1 + 1 file changed, 1 insertion(+) diff --git a/installJRMC b/installJRMC index b6f6bba..c784d34 100755 --- a/installJRMC +++ b/installJRMC @@ -307,6 +307,7 @@ parseInput() { --debug | -d | -y | --yes | --auto | --mcrepo | --mcversion | \ --arch | --betapass | --restorefile | --outputdir) if [[ $ID != "unknown" ]]; then + debug "Automatically setting --install repo" REPO_INSTALL_SWITCH=1 fi ;;