forked from Plemya-x/alr-repo
		
	add PP deb
This commit is contained in:
		| @@ -1,8 +0,0 @@ | ||||
| if [ ${distro}=debian] | ||||
| then | ||||
| sudo apt install software-properties-common -y | ||||
| sudo apt-add-repository non-free | ||||
| sudo dpkg --add-architecture i386 | ||||
| sudo apt update | ||||
| sudo apt upgrade | ||||
| fi | ||||
| @@ -25,6 +25,9 @@ checksums=('SKIP' | ||||
| 
 | ||||
| prepare() { | ||||
| cd "${srcdir}" | ||||
| if [$distro=debian]; then | ||||
| dpkg --add-architecture i386 | ||||
| fi | ||||
| } | ||||
| 
 | ||||
| package() { | ||||
		Reference in New Issue
	
	Block a user