add preinstall

This commit is contained in:
e.khramov
2022-11-07 11:04:43 +03:00
parent abe77bbd38
commit d98914129d
2 changed files with 6 additions and 0 deletions

5
portproton/preinstall.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if [disto=debian]
then
sudo dpkg --add-architecture i386
fi