build.sh: add steamos to arch

pull/1296/head
flightlessmango 1 month ago
parent 291ffd263c
commit 1e13c385fe

@ -54,7 +54,7 @@ dependencies() {
for i in $DISTRO; do for i in $DISTRO; do
echo "# Checking dependencies for \"$i\"" echo "# Checking dependencies for \"$i\""
case $i in case $i in
*arch*|*manjaro*|*artix*) *arch*|*manjaro*|*artix*|*SteamOS*)
MANAGER_QUERY="pacman -Q" MANAGER_QUERY="pacman -Q"
MANAGER_INSTALL="pacman -S" MANAGER_INSTALL="pacman -S"
DEPS="{${DEPS_ARCH}}" DEPS="{${DEPS_ARCH}}"

Loading…
Cancel
Save