summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-09-02 20:01:31 +0200
committerKr1ss2020-09-02 20:01:31 +0200
commitfaa28fb3e5d94a4ef32274ed1934d7f3b16fe89d (patch)
tree39e4e184a69c77a79eb959a7ad758b884b333671
parent05f3110a0bc26c44c23c539a7ddd2e458e98332f (diff)
downloadaur-faa28fb3e5d94a4ef32274ed1934d7f3b16fe89d.tar.gz
revise `.install` file
-rw-r--r--maltego.install22
1 files changed, 10 insertions, 12 deletions
diff --git a/maltego.install b/maltego.install
index f4eb09c94618..12b0140219e1 100644
--- a/maltego.install
+++ b/maltego.install
@@ -1,15 +1,13 @@
post_install() {
- echo ""
- echo "[+] run '/usr/bin/maltego' to run the application (if nothing works, check 'java' is in your \$PATH)"
- echo ">>> documentation resides @ 'https://docs.maltego.com/support/home'"
- echo ""
- echo ">>> this application isn't functional until you obtain a Maltego Community Edition activation code and account"
- echo ">>> REGISTER a FREE ACCOUNT for Maltego Community Editon @ 'https://www.paterva.com/web7/community/community.php'"
- echo ""
- echo ">>> this has been tested to work with jre8-openjdk and jre14-openjdk (Paterva recommends Oracle jre11)"
- echo ""
-}
+ cat <<-EOT
+
+ [+] Run '/usr/bin/maltego' to run the application (if nothing works, check 'java' is in your \$PATH)."
+ >>> Documentation resides at 'https://docs.maltego.com/support/home/'.
+
+ >>> This application isn't functional until you obtain a Maltego Community Edition activation code and account.
+ >>> Register a FREE account for Maltego Community Editon: 'https://www.paterva.com/web7/community/community.php'.
+
+ >>> This has been tested to work with jre8-openjdk and jre14-openjdk - Paterva recommends Oracle jre11 though.
-post_upgrade() {
- post_install "$@"
+ EOT
}