summarylogtreecommitdiffstats
path: root/maltego.install
blob: 5419e9151a432e6206420e0506c74d851238ca61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  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 package is known to work with jre8-openjdk, jre11-openjdk and jre15-openjdk.
    >>> Please note that it currently doesn't work with jre-openjdk (Java 16).

	EOT
}