summarylogtreecommitdiffstats
path: root/virustotal.install
diff options
context:
space:
mode:
Diffstat (limited to 'virustotal.install')
-rw-r--r--virustotal.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/virustotal.install b/virustotal.install
new file mode 100644
index 000000000000..8c35e1e047a5
--- /dev/null
+++ b/virustotal.install
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+post_install(){
+ echo "[+] Please get a valid virustotal API-key and edit /etc/virustotal.conf"
+}
+
+