Files
secureblue/files/scripts/disablealsastate.sh
2024-10-04 23:50:14 -07:00

9 lines
188 B
Bash

#!/usr/bin/env bash
# Tell build process to exit if there are any errors.
set -oue pipefail
echo "Disabling the alsa state daemon"
systemctl disable alsa-state
systemctl mask alsa-state