summarylogtreecommitdiffstats
path: root/cl-jupyter.install
diff options
context:
space:
mode:
Diffstat (limited to 'cl-jupyter.install')
-rw-r--r--cl-jupyter.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/cl-jupyter.install b/cl-jupyter.install
index 9e0223bd5056..0f33c9a40fb4 100644
--- a/cl-jupyter.install
+++ b/cl-jupyter.install
@@ -1,5 +1,7 @@
post_install()
{
- echo "To install notebooks, run '/usr/lib/cl-jupyter/install-cl-jupyter.py' as a normal user"
+ echo -e "\e[32m"
+ echo "To install notebooks, run '/usr/lib/cl-jupyter/install-cl-jupyter.py' as a normal user"
+ echo -e "\e[0m"
}