diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 23:34:01 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 23:34:01 +0400 |
commit | 554a7634f685fec19d2e7e4d93fb5a0348dd16f9 (patch) | |
tree | 16e6b1420f9d63578faac219c8a8db557a3e6a93 /dep.sh | |
parent | b17cce0f8f6a9f96d08fbd255aa7f23139281954 (diff) |
fix(dep.sh): check for pulseaudio instead of pactl command
Diffstat (limited to 'dep.sh')
-rwxr-xr-x | dep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ check \ # Script dependencies check \ brightnessctl \ - pactl:"pulseaudio is missing" \ + pulseaudio \ xgamma \ xinput \ xset \ |