hopefully fix sound in target

This commit is contained in:
teldra 2021-03-11 17:21:30 +01:00
parent 24642d68e1
commit 910dcaad07
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ multiplechoice "soundsystem" "pulseaudio" "pipewire" "none"
if [[ ! "${cfg[soundsystem]}" == "none" ]]; then
addpkg "alsa-utils"
servicesenable "alsa"
test -f "${modules}"/"${modulename}".d/install/sound/"${cfg[soundsystem]}".mod && source "${modules}"/"${modulename}".d/install/sound/"${cfg[soundsystem]}".mod
source "${modules}"/"${modulename}".d/install/sound/"${cfg[soundsystem]}".mod
fi
if [[ ! "${cfg[de]}" == "none" ]]; then