This commit is contained in:
2022-11-05 18:57:17 +03:00
parent f4e4c2c520
commit 21c1ca006d
2 changed files with 12 additions and 10 deletions

8
portproton/preinstall.sh Normal file
View File

@ -0,0 +1,8 @@
if [ ${distro}=debian]
then
sudo apt install software-properties-common -y
sudo apt-add-repository non-free
sudo dpkg --add-architecture i386
sudo apt update
sudo apt upgrade
fi