add PP deb

This commit is contained in:
Евгений Храмов 2022-11-05 22:57:50 +03:00
parent b909cd19ad
commit 6cd15fd8a3
2 changed files with 3 additions and 8 deletions

@ -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() {