From bf2fa78b7833f8d70c1f21a57b32a950607701e9 Mon Sep 17 00:00:00 2001 From: "zacharias@4zellen.se" Date: Thu, 12 Feb 2026 22:28:34 +0100 Subject: [PATCH] Added steam as a requirment --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index 90a2393..a6c907c 100755 --- a/install.sh +++ b/install.sh @@ -8,6 +8,11 @@ if [[ $EUID -eq 0 ]] then exit 126 fi +if ! command -v steam > /dev/null 2>&1; then + echo "You need to install steam..." + exit 1 +fi + ## This variable contains ether the path of your GloriousEggroll Proton, ## or the magic number "PATH" to indicate that it can be executed without exact tergeting ## We will default to GE Proton, but support other protons if those are found instead.