summarylogtreecommitdiffstats
path: root/maltego.install
blob: baf3df64a9f18ad436915f7c37acade240996e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 has been tested to work with jre14-openjdk and jre15-openjdk.

	EOT
}