Skip to content

Commit cc73a97

Browse files
committed
tweak script output
1 parent 0e4ad0f commit cc73a97

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install-gcloud-cli.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ fi
5151
echo "downloading..."
5252
curl -#SLO "$url"
5353

54+
echo
5455
echo "extracting..."
5556
tar -xzf "$filename"
5657

57-
echo "cleaning up tarball..."
58-
rm -v "$filename"
58+
echo
59+
echo "cleaning up..."
60+
rm "$filename"
5961

6062
echo "done."
6163
echo

0 commit comments

Comments
 (0)