From c70683ed058c91e4f54fbffe9c003e0884269f62 Mon Sep 17 00:00:00 2001 From: Andrew Minkin Date: Fri, 29 Sep 2023 17:08:48 +0600 Subject: [PATCH] EVEREST-107 Updated links for the public release --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 804dfe3d..8db06dfc 100755 --- a/install.sh +++ b/install.sh @@ -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.3.0/deploy/quickstart-compose.yml -o quickstart.yml +curl -sL https://raw.githubusercontent.com/percona/percona-everest-backend/v0.3.0/deploy/quickstart-compose.yml -o quickstart.yml docker compose -f quickstart.yml up -d while ! curl -s http://127.0.0.1:8080 &> /dev/null ; do