From 69688e0ca9a100d4041173b4bc75262148fa4ff8 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Wed, 10 Jun 2026 10:34:14 -0500 Subject: Squashed commit of the following: test fix --- runs/get-reqs-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runs') diff --git a/runs/get-reqs-arch.sh b/runs/get-reqs-arch.sh index e27b762..9c87626 100755 --- a/runs/get-reqs-arch.sh +++ b/runs/get-reqs-arch.sh @@ -2,7 +2,7 @@ . /etc/os-release if [ "$ID" = "artix" ] || [ "$ID" = "arch" ]; then sudo="sudo" - which doas && sudo="doas" + which doas > /dev/null && sudo="doas" echo GETTING MIN REQS -- cgit v1.3