summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall4
1 files changed, 3 insertions, 1 deletions
diff --git a/install b/install
index 299fff6..c9663ba 100755
--- a/install
+++ b/install
@@ -80,4 +80,6 @@ fi
. ./utils.sh
install_ruby global
-notify
+if [ $SILENT = false ]; then
+ notify
+fi