Browse Source

Revert release specifiers on DEB

bryan 2 weeks ago
parent
commit
d3b3c020c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -403,7 +403,7 @@ init() {
     # Append explicit package version when user provides --mcversion
     case $ID in
       fedora|centos|suse) MC_PKG+="-$MC_VERSION" ;;
-      debian|ubuntu) MC_PKG+="=$MC_VERSION-$MC_RELEASE" ;;
+      debian|ubuntu) MC_PKG+="=$MC_VERSION" ;;
     esac
   fi