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",