summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kr.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/kr.install b/kr.install
index 6ba1d9b4e7aa..cebe8e15fa9c 100644
--- a/kr.install
+++ b/kr.install
@@ -1,5 +1,6 @@
post_install() {
echo -e "\e[32m\e[1m============================\e[0m"
+ echo -e "\e[32m\e[1mKryptonite is now installed!\e[0m"
echo -e "\e[32m'kr pair' will automatically configure ~/.ssh/config to use Kryptonite. To prevent this, export KR_SKIP_SSH_CONFIG=1\e[0m"
echo -e "\e[0m\e[32m\e[1m============================\e[0m"
}