mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Added archlinux support to linux_install.sh
This commit is contained in:
		
							parent
							
								
									e5540dd055
								
							
						
					
					
						commit
						ddb1c83695
					
				
							
								
								
									
										9
									
								
								util/linux_install.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							
							
						
						
									
										9
									
								
								util/linux_install.sh
									
									
									
									
									
										
										
										Normal file → Executable file
									
								
							| @ -10,6 +10,15 @@ elif grep ID /etc/os-release | grep -q debian; then | ||||
| 	sudo apt-get install gcc unzip wget zip gcc-avr binutils-avr avr-libc \ | ||||
| 	    dfu-programmer dfu-util gcc-arm-none-eabi binutils-arm-none-eabi \ | ||||
| 	    libnewlib-arm-none-eabi | ||||
| elif grep ID /etc/os-release | grep -q arch; then | ||||
| 	sudo pacman -S gcc unzip wget zip avr-gcc avr-binutils avr-libc \ | ||||
| 	    dfu-util arm-none-eabi-gcc arm-none-eabi-binutils \ | ||||
| 	    arm-none-eabi-newlib | ||||
| 	git clone https://aur.archlinux.org/dfu-programmer.git /tmp/dfu-programmer | ||||
| 	cd /tmp/dfu-programmer | ||||
| 	makepkg -sic | ||||
| 	rm -rf /tmp/dfu-programmer/ | ||||
| 
 | ||||
| else | ||||
| 	echo "Sorry, we don't recognize your OS. Help us by contributing support!" | ||||
| 	echo | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Florens Pauwels
						Florens Pauwels