Pārlūkot izejas kodu

Fix Linux Mint codename

bryan 1 mēnesi atpakaļ
vecāks
revīzija
afd81aedf0
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -1654,10 +1654,10 @@ update_self() {
     local remote_version
     remote_version=$(extract_version "$tmp")
 
-    debug HERE
-
     [[ -z $remote_version ]] && { rm -f "$tmp"; return 1; }
 
+    echo "$remote_version, $local_version"
+
     if [[ $local_version < $remote_version ]]; then
         echo "Newer version of installJRMC found. Updating..."
         execute mv "$tmp" "$SCRIPT_PATH"