summarylogtreecommitdiffstats
path: root/blackeye.install
diff options
context:
space:
mode:
Diffstat (limited to 'blackeye.install')
-rw-r--r--blackeye.install10
1 files changed, 0 insertions, 10 deletions
diff --git a/blackeye.install b/blackeye.install
deleted file mode 100644
index f8a38e21b44b..000000000000
--- a/blackeye.install
+++ /dev/null
@@ -1,10 +0,0 @@
-post_install() {
- printf "\e[1;32m ==>\e[0;1m %s\n" \
- "blackeye: IMPORTANT"
- printf "\e[1;34m ->\e[0;1m %s\n" \
- "Don't forget to save your ngrok token to your local configuration by"
- printf "\e[1;34m ->\e[0;33m %s\n" \
- " $ ngrok authtoken <your_token>"
- printf "\e[1;34m ->\e[0;1m %s\e[0m\n" \
- "if you haven't done so yet."
-}