Skip to content

Commit 0c95c49

Browse files
committed
install
1 parent 8038f08 commit 0c95c49

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

astra-shell/dist/astra-install.sh

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,6 @@ echo "$(tput setaf 2)[OK]$(tput setaf 7) - File moved to $ASTRA_CLI_DIR"
173173
rm -rf "${astra_tmp_folder}"
174174
echo "$(tput setaf 2)[OK]$(tput setaf 7) - Installation cleaned up"
175175

176-
echo $astra_init_snippet
177-
178-
179176
if [[ $darwin == true ]]; then
180177
# Adding on MAC OS
181178
touch "$astra_bash_profile"
@@ -200,7 +197,7 @@ if [[ -z $(grep 'astra-init.sh' "$astra_zshrc") ]]; then
200197
fi
201198

202199

203-
echo -e "\n\n\nAll done!\n\n"
200+
echo "$(tput setaf 2)[OK]$(tput setaf 7) - ALL DONE"
204201

205202
echo ""
206203
echo "Please open a new terminal, or run the following in the existing one:"
@@ -209,6 +206,5 @@ echo " source \"${ASTRA_CLI_DIR}/astra-init.sh\""
209206
echo ""
210207
echo "Then issue the following command:"
211208
echo ""
212-
echo " astra help"
213-
echo ""
214-
echo "Enjoy!!!"
209+
echo " astra setup"
210+
echo ""

0 commit comments

Comments
 (0)