Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 402fa7a

Browse files
author
Ryan SVIHLA
committed
clean up some logging in install script
1 parent 9576aa4 commit 402fa7a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/install-astra.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ fi
3737
url=https://github.com/rsds143/astra-cli/releases/download/$VERSION/$ARC
3838
curl -O -L $url
3939
if [ "$OS" = "darwin" ]; then
40-
ls
41-
cat astra-cli-osx-x86_64-signed.zip
4240
unzip $ARC
4341
sudo mv $EXE /usr/local/bin/$EXE
4442
else

0 commit comments

Comments
 (0)