Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Revert "EVEREST-107 updated installation script"
Browse files Browse the repository at this point in the history
This reverts commit f1e91d0.
  • Loading branch information
recharte committed Sep 7, 2023
1 parent f1e91d0 commit e70048a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "https://github.com/percona/percona-everest-cli/releases/download/${latest_
curl -sL https://github.com/percona/percona-everest-cli/releases/download/${latest_release}/everestctl-$os-$arch -o everestctl
chmod +x everestctl
echo "Deploying Backends using docker compose"
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/release-0.2.0/quickstart.yml -o quickstart.yml
curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/v0.2.0/quickstart.yml -o quickstart.yml
docker compose -f quickstart.yml up -d


Expand Down

0 comments on commit e70048a

Please sign in to comment.