Last active
August 6, 2024 08:16
-
-
Save tknhs/d4e4e377c0ea09c08ad8f980b2260250 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sLJ https://github.com/grafana/k6/releases/download/v0.52.0/k6-v0.52.0-linux-amd64.tar.gz | tar xvzf - -C /tmp | |
curl -sLJ https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_linux_amd64.tar.gz | tar xvzf - -C /tmp | |
curl -sLJ https://github.com/Versent/saml2aws/releases/download/v2.36.17/saml2aws_2.36.16_linux_amd64.tar.gz | tar xvzf - -C /tmp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment