Skip to content

Commit

Permalink
clean up some logging in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan SVIHLA committed Nov 15, 2021
1 parent 9576aa4 commit 402fa7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions script/install-astra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ fi
url=https://github.com/rsds143/astra-cli/releases/download/$VERSION/$ARC
curl -O -L $url
if [ "$OS" = "darwin" ]; then
ls
cat astra-cli-osx-x86_64-signed.zip
unzip $ARC
sudo mv $EXE /usr/local/bin/$EXE
else
Expand Down

0 comments on commit 402fa7a

Please sign in to comment.