tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit ae6f0095bfa44eb53be8327888b33ff1b05d8bbf
parent 0a0e51f5a399da282b0443335666e1c6e5788ddc
Author: rbckman <rob@tarina.org>
Date:   Sat, 14 Mar 2020 06:31:29 +0000

snd-usb-audio correct now I hope

Diffstat:
Minstall.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install.sh b/install.sh @@ -122,7 +122,7 @@ then echo "Debian Buster Alsa config" cat <<'EOF' > /etc/modprobe.d/alsa-base.conf #set index value -options snd-usb-audio index=-2 +options snd_usb_audio index=-2 EOF else echo "Debian Stretch Alsa config"