add script

This commit is contained in:
2022-11-11 00:02:33 +03:00
parent a417e14e04
commit 38e8cc9d6a

5
portproton/preinstall.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
if grep -q ID=debian "/etc/os-release"; then
sudo dpkg --add-architecture i386
sudo apt-get update
fi