Skip to content

Commit

Permalink
build.sh: add steamos to arch
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Apr 11, 2024
1 parent 291ffd2 commit 1e13c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
Expand Down

0 comments on commit 1e13c38

Please sign in to comment.