This commit is contained in:
2022-11-05 19:34:42 +03:00
parent 756d91ade5
commit b2190c98ef

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