kopia lustrzana https://github.com/cyoung/stratux
				
				
				
			
		
			
				
	
	
		
			27 wiersze
		
	
	
		
			612 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			27 wiersze
		
	
	
		
			612 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
| cp -f gen_gdl90 /usr/bin/gen_gdl90
 | |
| cp -f libdump978.so /usr/lib/libdump978.so
 | |
| cp -f libimu.so /usr/lib/libimu.so
 | |
| 
 | |
| 
 | |
| # Startup script.
 | |
| cp -f init.d-stratux /etc/init.d/stratux
 | |
| chmod 755 /etc/init.d/stratux
 | |
| ln -fs /etc/init.d/stratux /etc/rc2.d/S01stratux
 | |
| ln -fs /etc/init.d/stratux /etc/rc6.d/K01stratux
 | |
| 
 | |
| #wifi config
 | |
| cp -f hostapd.conf /etc/hostapd/hostapd.conf
 | |
| 
 | |
| #boot config
 | |
| cp -f config.txt /boot/config.txt
 | |
| 
 | |
| #modprobe.d blacklist
 | |
| cp -f rtl-sdr-blacklist.conf /etc/modprobe.d/
 | |
| 
 | |
| #go setup
 | |
| cp -f bashrc.txt /root/.bashrc
 | |
| 
 | |
| cp -f dump1090 /usr/bin/
 | |
| 
 | |
| # Web files install.
 | |
| cd web/ && make stratuxBuild=${stratuxBuild} |