Skip to content

Commit afa3df1

Browse files
authored
Update install-latest.sh
1 parent 03a155d commit afa3df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-latest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

33
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
4+
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
55
tar -xzvf /tmp/brev/brev.tar.gz -C /tmp/brev
66
sudo cp /tmp/brev/brev /usr/local/bin

0 commit comments

Comments
 (0)