Explorar o código

Use bookworm sources for Ubuntu>=24

bryan hai 5 meses
pai
achega
1cb78fe211
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      installJRMC

+ 4 - 0
installJRMC

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