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

Commit

Permalink
Merge tag 'v0.5.0'
Browse files Browse the repository at this point in the history
0.5.0 release
  • Loading branch information
gen1us2k committed Nov 28, 2023
2 parents a9add28 + 746bd2c commit 6b98c18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ then
exit
fi

latest_release=$(curl -s https://api.github.com/repos/percona/percona-everest-cli/releases/latest | grep '"tag_name"' | sed -E 's/.*"([^"]+)".*/\1/')
os=$(uname -s | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | tr '[:upper:]' '[:lower:]')

Expand All @@ -22,8 +21,8 @@ fi


echo "Downloading the latest release of Percona Everest CLI"
echo "https://github.com/percona/percona-everest-cli/releases/download/${latest_release}/everestctl-$os-$arch"
curl -sL https://github.com/percona/percona-everest-cli/releases/download/${latest_release}/everestctl-$os-$arch -o everestctl
echo "https://github.com/percona/percona-everest-cli/releases/download/v0.5.0/everestctl-$os-$arch"
curl -sL https://github.com/percona/percona-everest-cli/releases/download/v0.5.0/everestctl-$os-$arch -o everestctl
chmod +x everestctl

# If KUBECONFIG is set let the user know we are using it
Expand Down

0 comments on commit 6b98c18

Please sign in to comment.