From 1e13c385fe286ae967c9c9e03dbbe391837849f1 Mon Sep 17 00:00:00 2001 From: flightlessmango Date: Thu, 11 Apr 2024 09:15:49 +0200 Subject: [PATCH] build.sh: add steamos to arch --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 424a581f..308a2260 100755 --- a/build.sh +++ b/build.sh @@ -54,7 +54,7 @@ dependencies() { for i in $DISTRO; do echo "# Checking dependencies for \"$i\"" case $i in - *arch*|*manjaro*|*artix*) + *arch*|*manjaro*|*artix*|*SteamOS*) MANAGER_QUERY="pacman -Q" MANAGER_INSTALL="pacman -S" DEPS="{${DEPS_ARCH}}"