alr-repo/portproton/preinstall.sh
2022-11-05 18:57:17 +03:00

8 lines
177 B
Bash

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