summarylogtreecommitdiffstats
path: root/blackeye.install
diff options
context:
space:
mode:
authorKr1ss2020-12-19 22:05:21 +0100
committerKr1ss2020-12-19 22:05:21 +0100
commit181a0e55ecee34c25daa1f7ce5806aabf6f420fb (patch)
tree0894f066d43340b455ede2579938006391595624 /blackeye.install
parent58333225c3a6678af454534a86f912ca05cab012 (diff)
downloadaur-181a0e55ecee34c25daa1f7ce5806aabf6f420fb.tar.gz
switch to current fork
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."
-}