From 566d3bb69f0c058564c99fa8f48cf126de1e0017 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 24 Apr 2025 22:18:51 -0400 Subject: [PATCH] Force removal of DEB --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index a3d9d4e..9df0f7f 100755 --- a/installJRMC +++ b/installJRMC @@ -925,7 +925,7 @@ build_rpm() { else err "Build failed" # After failire, remove the source DEB and reaquire it on next run - [[ -f $MC_DEB ]] && echo "Removing source DEB" && execute rm -f "$MC_DEB" + [[ -f $MC_DEB ]] && echo "Removing source DEB" && execute sudo rm -f "$MC_DEB" exit 1 fi }