summarylogtreecommitdiffstats
path: root/blackeye.install
diff options
context:
space:
mode:
Diffstat (limited to 'blackeye.install')
-rw-r--r--blackeye.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/blackeye.install b/blackeye.install
new file mode 100644
index 000000000000..162fc79bb702
--- /dev/null
+++ b/blackeye.install
@@ -0,0 +1,7 @@
+post_install() {
+ printf "\e[1;34m --> \e[0mInstalled: BlackEye Version %s by \"TheLinuxChoice\"\n" ${1%-*}
+ printf "\e[1;34m --> \e[0m https://github.com/thelinuxchoice/blackeye\n"
+ printf "\e[1;34m --> \e[31mWARNING: \e[33mBLACKEYE WILL ONLY WORK ON LAN !\n"
+ printf "\e[1;34m --> \e[0;33m This tool was made for educational purposes.\e[0m\n"
+}
+