Skip to content

Commit

Permalink
Merge pull request #326 from edward-ly/fix/bootstrap
Browse files Browse the repository at this point in the history
Fix bootstrap.sh error message when docker-compose is not installed
  • Loading branch information
juliusknorr authored Jun 7, 2024
2 parents 560d601 + ba19e35 commit 889d3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ echo "⏩ Performing system checks"
is_installed docker
is_installed git

DCC=
docker-compose version >/dev/null 2>/dev/null && DCC='docker-compose'
docker compose version >/dev/null 2>/dev/null && DCC='docker compose'

Expand Down

0 comments on commit 889d3fc

Please sign in to comment.