From 402fa7aea284f6bfa60a9330fbdd4357240bd2a5 Mon Sep 17 00:00:00 2001 From: Ryan SVIHLA Date: Mon, 15 Nov 2021 15:57:40 +0100 Subject: [PATCH] clean up some logging in install script --- script/install-astra.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/install-astra.sh b/script/install-astra.sh index 14f71fd..7442f69 100755 --- a/script/install-astra.sh +++ b/script/install-astra.sh @@ -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