mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-14 01:45:08 +02:00
[arm64] Port scripts between komga & mediamanager to support arm64 (#15245)
* [arm64] Port scripts between komga-mediamanager to support arm64 adds override to make debian cts on arm64 use ubuntu mongodb binaries * bump limesurvey
This commit is contained in:
+5
-2
@@ -764,8 +764,11 @@ manage_tool_repository() {
|
||||
local distro_codename
|
||||
distro_codename=$(get_os_info codename)
|
||||
|
||||
# Suite mapping with fallback for newer releases not yet supported by upstream
|
||||
if [[ "$distro_id" == "debian" ]]; then
|
||||
if [[ "$distro_id" == "debian" && "$(dpkg --print-architecture)" == "arm64" ]]; then
|
||||
distro_id="ubuntu"
|
||||
suite="noble"
|
||||
repo_url="https://repo.mongodb.org/apt/ubuntu"
|
||||
elif [[ "$distro_id" == "debian" ]]; then
|
||||
case "$distro_codename" in
|
||||
trixie | forky | sid)
|
||||
# Testing/unstable releases fallback to latest stable suite
|
||||
|
||||
Reference in New Issue
Block a user