mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			386 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			386 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| echo
 | |
| echo "  Please download the flightgear-data-VERSION.tar.bz2 file at:"
 | |
| echo
 | |
| echo "    https://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
 |