Skip to content

Commit

Permalink
support for different archs of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
aleskxyz authored Jun 21, 2024
1 parent 2501f20 commit cb6c82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reality-ezpz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ function install_docker {
docker_cmd="docker-compose"
return 0
fi
curl -fsSL -m 30 https://github.com/docker/compose/releases/download/v2.17.2/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
curl -fsSL -m 30 https://github.com/docker/compose/releases/download/v2.28.0/docker-compose-linux-$(uname -m) -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
docker_cmd="docker-compose"
return 0
Expand Down

0 comments on commit cb6c82e

Please sign in to comment.