forked from Plemya-x/alr-repo
1
This commit is contained in:
8
portproton/postinstall.sh
Normal file
8
portproton/postinstall.sh
Normal 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
|
Reference in New Issue
Block a user