소스 검색

Fix Linux Mint codename

bryan 1 개월 전
부모
커밋
afd81aedf0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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"