From d98914129d569876a72579759a317553aac0cb22 Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 11:04:43 +0300 Subject: [PATCH] add preinstall --- portproton/lure.sh | 1 + portproton/preinstall.sh | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 portproton/preinstall.sh diff --git a/portproton/lure.sh b/portproton/lure.sh index a6afb9f..f852185 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -20,6 +20,7 @@ scripts=( #sources=("git+https://github.com/Castro-Fidel/PortWINE.git") sources=("https://raw.githubusercontent.com/Castro-Fidel/PortWINE/master/portwine_install_script/PortProton_1.0" "git+https://github.com/Castro-Fidel/PortProton_PKGBUILD.git" +" ) checksums=('SKIP' 'SKIP' diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh new file mode 100644 index 0000000..a48c407 --- /dev/null +++ b/portproton/preinstall.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +if [disto=debian] +then +sudo dpkg --add-architecture i386 +fi \ No newline at end of file