Skip to content

Commit

Permalink
install
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 10, 2024
1 parent a076b23 commit 8783f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 0 additions & 4 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
},
"OS": {
"Fedora": [
"38",
"37",
"35"
"40",
"39"
],
"RedHat": [
"9",
Expand Down

0 comments on commit 8783f0d

Please sign in to comment.