forked from Plemya-x/alr-repo
		
	fix scripts
This commit is contained in:
		
							
								
								
									
										7
									
								
								portproton/preinstall
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								portproton/preinstall
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| #!/usr/bin/env bash | ||||
| if grep -q ID=debian "/etc/os-release"; then | ||||
| sudo dpkg --add-architecture i386 | ||||
| sudo apt-get update | ||||
| elif grep -q ID=fedora "/etc/os-release"; then | ||||
| sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | ||||
| fi | ||||
		Reference in New Issue
	
	Block a user