summarylogtreecommitdiffstats
path: root/google-earth.install
diff options
context:
space:
mode:
Diffstat (limited to 'google-earth.install')
-rw-r--r--google-earth.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/google-earth.install b/google-earth.install
index 1d5707333956..48c3e0e5927c 100644
--- a/google-earth.install
+++ b/google-earth.install
@@ -4,7 +4,7 @@ msg_blue() {
}
note() {
- printf "${blue}==>${yellow} NOTE:$2${bold} $1${all_off}\n"
+ printf "${blue}==>${yellow} NOTE$2:${bold} $1${all_off}\n"
}
all_off="$(tput sgr0)"
@@ -21,7 +21,7 @@ post_install() {
if [[ $_64 ]]; then
note "The launcher is called 'google-earth'." "1"
note "If experiencing graphical corruption:
- $ rm -r ~/.googleearth/Cache/" "2"
+ $ rm -r ~/.googleearth/Cache/" "2"
else
note "The launcher is called 'google-earth'."
fi