fix sourceing of pulseaudio

This commit is contained in:
teldra 2021-03-12 14:14:50 +01:00
parent e2aacba67e
commit 0087187fe7
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"
source "${modules}"/"${modulename}".d/install/sound/"${cfg[soundsystem]}".mod
source "${modules}"/de.d/pre/sound/"${cfg[soundsystem]}".mod
fi
if [[ ! "${cfg[de]}" == "none" ]]; then