alr-repo/portproton (в процессе)/postinstall.sh
2022-11-05 19:52:50 +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