diff --git a/scripts/get_darwin_release.sh b/scripts/get_darwin_release.sh old mode 100644 new mode 100755 index 92f3773..06fbcf8 --- a/scripts/get_darwin_release.sh +++ b/scripts/get_darwin_release.sh @@ -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* \ No newline at end of file