From c96fed474bf8c21fa3191bb1e89aede432f2fd12 Mon Sep 17 00:00:00 2001 From: Botspot Date: Fri, 10 Sep 2021 10:09:55 -0500 Subject: [PATCH] Steam: ensure steamlink is uninstalled --- apps/Steam/install-32 | 5 +++++ 1 file changed, 5 insertions(+) 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"