We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a155d commit afa3df1Copy full SHA for afa3df1
bin/install-latest.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env sh
2
3
mkdir -p /tmp/brev
4
-curl -L https://github.com/brevdev/brev-cli/releases/download/v0.2.0/brev-cli_0.2.0_$(uname | awk '{print tolower($0)}')_amd64.tar.gz > /tmp/brev/brev.tar.gz
+curl -L https://github.com/brevdev/brev-cli/releases/download/v0.2.1/brev-cli_0.2.1_$(uname | awk '{print tolower($0)}')_amd64.tar.gz > /tmp/brev/brev.tar.gz
5
tar -xzvf /tmp/brev/brev.tar.gz -C /tmp/brev
6
sudo cp /tmp/brev/brev /usr/local/bin
0 commit comments