diff --git a/installJRMC b/installJRMC index 420bc2f..613299e 100755 --- a/installJRMC +++ b/installJRMC @@ -646,7 +646,7 @@ install_legacy_repo() { EOF # Set a trap to always cleanup legacy repo # shellcheck disable=SC2064 - trap "sudo rm -f $temp_repo_file" EXIT + # trap "sudo rm -f $temp_repo_file" EXIT ERR INT fi }