소스 검색

*buntu >=24 needs noble sources

bryan 5 달 전
부모
커밋
2440dba5db
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      installJRMC

+ 2 - 2
installJRMC

@@ -175,8 +175,8 @@ init() {
         linuxmint|neon|zorin|*ubuntu*)
             ID="ubuntu"
             if [[ ${VERSION_ID%.*} -ge 24 ]]; then
-                debug "Switching to bookworm for *buntu 24"
-                declare -g DEBIANBASE='bookworm'
+                debug "Switching to noble repo for *buntu 24"
+                declare -g DEBIANBASE='noble'
             fi
             ;;
         *suse*)