summarylogtreecommitdiffstats
path: root/maltego.install
blob: 12b0140219e1877a425a4658771d044cb8871f69 (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 jre8-openjdk and jre14-openjdk - Paterva recommends Oracle jre11 though.

	EOT
}