portproton

This commit is contained in:
2022-11-05 19:52:50 +03:00
parent 2736c11bfa
commit 9076b23dd9
2 changed files with 0 additions and 0 deletions

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