add script

This commit is contained in:
2022-11-10 23:49:14 +03:00
parent e84d9a22b6
commit 229a045fd4
2 changed files with 8 additions and 2 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
sudo apt-get update
fi