add preinstall
This commit is contained in:
parent
abe77bbd38
commit
d98914129d
@ -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'
|
||||
|
5
portproton/preinstall.sh
Normal file
5
portproton/preinstall.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
if [disto=debian]
|
||||
then
|
||||
sudo dpkg --add-architecture i386
|
||||
fi
|
Loading…
Reference in New Issue
Block a user