From 197526a3553df20fdae1145deb4995322ebf36ad Mon Sep 17 00:00:00 2001 From: saint Date: Fri, 21 Feb 2025 22:25:35 +1100 Subject: [PATCH] functions.sh - try docker-28.0.0-2-ovm2590.znver1.rpm instead --- lib/functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index c420748..5e79d50 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1467,7 +1467,9 @@ EOF if [ "$(uname -m)" = "aarch64" ]; then wget https://file-store.openmandriva.org/api/v1/file_stores/b435b807ff1b6bc0eabcc5792e9e652b427b438a elif cat /proc/cpuinfo |grep -q AuthenticAMD; then - wget https://file-store.openmandriva.org/api/v1/file_stores/142e76f40a398c59aaafa727bdf889fb1511d715 + # 27.5.0-1 -- wget https://file-store.openmandriva.org/api/v1/file_stores/142e76f40a398c59aaafa727bdf889fb1511d715 + # 28.0.0-2 -- wget https://file-store.openmandriva.org/api/v1/file_stores/6a61e12ee92feacc130a749d8ed7848827e7489c + wget https://file-store.openmandriva.org/api/v1/file_stores/6a61e12ee92feacc130a749d8ed7848827e7489c else wget https://file-store.openmandriva.org/api/v1/file_stores/dd69c9573a9c945fdb8dcfdbfc6ba823b914bc24 fi