mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-03 03:13:17 +02:00
Revert tools.func changes, keep only Guacamole JDK 11→17 bump
Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com>
This commit is contained in:
+7
-3
@@ -962,9 +962,13 @@ get_fallback_suite() {
|
|||||||
local distro_codename="$2"
|
local distro_codename="$2"
|
||||||
local repo_base_url="$3"
|
local repo_base_url="$3"
|
||||||
|
|
||||||
# Comprehensive fallback mappings (applied first for known distros to avoid
|
# Check if current codename works
|
||||||
# repos that exist via HTTP but ship packages with broken dependencies on
|
if verify_repo_available "$repo_base_url" "$distro_codename"; then
|
||||||
# newer releases, e.g. Adoptium trixie → p11-kit missing on Debian 13)
|
echo "$distro_codename"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Comprehensive fallback mappings
|
||||||
case "$distro_id" in
|
case "$distro_id" in
|
||||||
debian)
|
debian)
|
||||||
case "$distro_codename" in
|
case "$distro_codename" in
|
||||||
|
|||||||
Reference in New Issue
Block a user