Remove confusing error

This commit is contained in:
2025-04-24 02:25:41 -04:00
parent dfd013011c
commit 175d62fce3

View File

@@ -972,7 +972,6 @@ install_mc_deb() {
--reinstall \ --reinstall \
"$MC_DEB"; then "$MC_DEB"; then
err "Local MC DEB installation failed" 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 if ask_ok "Remove source DEB and retry"; then
execute rm -f "$MC_DEB" execute rm -f "$MC_DEB"
exec "$SCRIPT_PATH" "$@" "--no-update" exec "$SCRIPT_PATH" "$@" "--no-update"