File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,6 @@ echo "$(tput setaf 2)[OK]$(tput setaf 7) - File moved to $ASTRA_CLI_DIR"
173
173
rm -rf " ${astra_tmp_folder} "
174
174
echo " $( tput setaf 2) [OK]$( tput setaf 7) - Installation cleaned up"
175
175
176
- echo $astra_init_snippet
177
-
178
-
179
176
if [[ $darwin == true ]]; then
180
177
# Adding on MAC OS
181
178
touch " $astra_bash_profile "
@@ -200,7 +197,7 @@ if [[ -z $(grep 'astra-init.sh' "$astra_zshrc") ]]; then
200
197
fi
201
198
202
199
203
- echo -e " \n\n\nAll done!\n\n "
200
+ echo " $( tput setaf 2 ) [OK] $( tput setaf 7 ) - ALL DONE "
204
201
205
202
echo " "
206
203
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\""
209
206
echo " "
210
207
echo " Then issue the following command:"
211
208
echo " "
212
- echo " astra help"
213
- echo " "
214
- echo " Enjoy!!!"
209
+ echo " astra setup"
210
+ echo " "
You can’t perform that action at this time.
0 commit comments