mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 04:50:29 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			235 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			235 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| 
 | |
| cd $HOME
 | |
| mkdir -p external && cd external
 | |
| mkdir -p xtrx-sdr && cd xtrx-sdr
 | |
| 
 | |
| git clone https://github.com/xtrx-sdr/images.git
 | |
| 
 | |
| cd images/binaries/Ubuntu_16.04_amd64
 | |
| sudo dpkg -i *.deb
 | |
| sudo apt-get -y install -f
 | |
| sudo ldconfig
 |