diff --git a/apps/Steam/install-32 b/apps/Steam/install-32 index 26cb319..2980569 100755 --- a/apps/Steam/install-32 +++ b/apps/Steam/install-32 @@ -14,6 +14,11 @@ if dpkg -l steam-devices ;then sudo apt purge -y steam-devices fi +if dpkg -l steamlink ;then + echo "Removing steamlink package because it conflicts with steam-launcher..." + sudo apt purge -y steamlink +fi + "${DIRECTORY}/manage" install-if-not-installed Box86 || error "Box86 failed to install somehow!" echo "Downloading steam.deb"