blob: 595cb797bed52200e28027e560263d233de8b411 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
echo
echo " Please download the flightgear-data-VERSION.tar.bz2 file at:"
echo
echo " http://downloads.sourceforge.net/project/flightgear"
echo
echo " and extract it in /var/lib/flightgear"
echo " before running the program or change its location"
echo " by setting the variable FG_ROOT"
echo
|