Added steam as a requirment

This commit is contained in:
2026-02-12 22:28:34 +01:00
parent 68e53489c4
commit bf2fa78b78

View File

@@ -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.