blob: 7b3fdf69faab6d0c5a03a8b37cd75b86502d4287 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
echo " (You may use the script /usr/bin/flightgear-data-downloader)"
echo
|