From 21c3cf49d4364628b241129d1d1b0d6c468cabee Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 4 Oct 2024 00:54:17 -0400 Subject: [PATCH] Add temp debug --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index c8c98c8..d90c0e1 100755 --- a/installJRMC +++ b/installJRMC @@ -1684,7 +1684,6 @@ main() { fi set_mc_version - ((DEBUG)) && declare -p if (( UNINSTALL_SWITCH )); then if ask_ok "Do you really want to uninstall JRiver Media Center?"; then @@ -1741,6 +1740,7 @@ main() { if (( BUILD_SWITCH )) && [[ $ID != "arch" ]]; then install_package "wget" [[ -d $OUTPUT_DIR/SOURCES ]] || execute mkdir -p "$OUTPUT_DIR/SOURCES" + ((DEBUG)) && declare -p acquire_deb || { err "Could not download Media Center DEB package"; return 1; } if [[ $BUILD_TARGET =~ (centos|fedora|suse) || $REPO_TARGET =~ (centos|fedora|suse) ]]; then