summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:34:01 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 23:34:01 +0400
commit554a7634f685fec19d2e7e4d93fb5a0348dd16f9 (patch)
tree16e6b1420f9d63578faac219c8a8db557a3e6a93
parentb17cce0f8f6a9f96d08fbd255aa7f23139281954 (diff)
fix(dep.sh): check for pulseaudio instead of pactl command
-rwxr-xr-xdep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.sh b/dep.sh
index 9857c39..2e51e18 100755
--- a/dep.sh
+++ b/dep.sh
@@ -77,7 +77,7 @@ check \
# Script dependencies
check \
brightnessctl \
- pactl:"pulseaudio is missing" \
+ pulseaudio \
xgamma \
xinput \
xset \