From 8783f0dedcb0786871df2c1bb2d39b1feedc5e6f Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 10 Dec 2024 16:36:34 +0800 Subject: [PATCH] install --- install/install.sh | 4 ---- version.json | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/install/install.sh b/install/install.sh index 1bdaa36f..99d5741c 100644 --- a/install/install.sh +++ b/install/install.sh @@ -324,10 +324,6 @@ download_source_and_checkimage() { # install docker bash /tmp/$source_unzip/install/install_docker.sh - if [ $? -ne 0 ]; then - echo "install_docker failed with error $?. Exiting." - exit 1 - fi cd /tmp/$source_unzip/docker docker compose pull diff --git a/version.json b/version.json index 72763a89..47c3dd57 100644 --- a/version.json +++ b/version.json @@ -11,9 +11,8 @@ }, "OS": { "Fedora": [ - "38", - "37", - "35" + "40", + "39" ], "RedHat": [ "9",