Skip to content

Commit

Permalink
Fix get relise script
Browse files Browse the repository at this point in the history
  • Loading branch information
dlampsi committed Feb 2, 2020
1 parent 57645bd commit 0b76dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/get_darwin_release.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

wget https://github.com/dlampsi/cataloger/releases/download/$1/cataloger_$1_darwin_amd64.zip \
&& unzip cataloger_$1_darwin_amd64.zip \
&& cd cataloger_$1_darwin_amd64 \
&& mv cataloger_darwin_amd64 /usr/local/bin/cataloger \
&& chmod +x /usr/local/bin/cataloger \
&& cd .. && rm -rf cataloger_$1_darwin_amd64*

0 comments on commit 0b76dbc

Please sign in to comment.