summarylogtreecommitdiffstats
path: root/find-orb.install
blob: eab4eaecbc79a49fa5fdcc789ae849d3960f4f8c (plain)
1
2
3
4
5
6
post_install() {
	echo "don't forget to download JPL ephemeris file"
	echo "The file in question is 95M, and covers years 1550 to 2650:"
	echo "cd ~/.find_orb"
	echo "wget ftp://ssd.jpl.nasa.gov/pub/eph/planets/Linux/de430t/linux_p1550p2650.430t"
}