From 175d62fce394e5cf1f4bac8aca5e7fd2ff781afb Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 02:25:41 -0400 Subject: [PATCH] Remove confusing error --- installJRMC | 1 - 1 file changed, 1 deletion(-) diff --git a/installJRMC b/installJRMC index da4209f..61f4733 100755 --- a/installJRMC +++ b/installJRMC @@ -972,7 +972,6 @@ install_mc_deb() { --reinstall \ "$MC_DEB"; then err "Local MC DEB installation failed" - err "Only the default MC repo can be used for --install=local" if ask_ok "Remove source DEB and retry"; then execute rm -f "$MC_DEB" exec "$SCRIPT_PATH" "$@" "--no-update"