summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--theHarvester.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/theHarvester.install b/theHarvester.install
index d880881685b3..9326ca96f7ed 100644
--- a/theHarvester.install
+++ b/theHarvester.install
@@ -1,8 +1,8 @@
post_install() {
echo "IMPORTANT: The location of API keys has changed!"
echo "Add your keys to /opt/theharvester-git/api-keys.yaml"
- echo ">>>googleCSE: API key and CSE ID"
- echo ">>>hunter: API key"
- echo ">>>securitytrails: API key"
- echo ">>>shodan: API key"
+ echo " googleCSE: API key and CSE ID"
+ echo " hunter: API key"
+ echo " securitytrails: API key"
+ echo " shodan: API key"
}