aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-06-10 10:34:14 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-06-10 10:34:14 -0500
commit69688e0ca9a100d4041173b4bc75262148fa4ff8 (patch)
tree73a69d10ac5f016dc21625d70d4adc081ad586e5 /runs-all
parent2097b0ebfdd07ae7a8295c26703d8d88ee7a5f8f (diff)
Squashed commit of the following: test fix
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/get-reqs-arch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runs-all/get-reqs-arch.sh b/runs-all/get-reqs-arch.sh
index abc25d6..0e31a00 100755
--- a/runs-all/get-reqs-arch.sh
+++ b/runs-all/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 ALL REQS ARCH