Browse Source

Force removal of DEB

bryan 2 days ago
parent
commit
566d3bb69f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
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
 }