Explorar el Código

Use bookworm sources for Ubuntu>=24

bryan hace 5 meses
padre
commit
1cb78fe211
Se han modificado 1 ficheros con 4 adiciones y 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"