Fix oops.

This commit is contained in:
fewtarius 2022-10-23 10:36:45 -04:00
parent b022b71a97
commit 02ed60cc14
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -12,8 +12,7 @@ then
if [[ "${THIS_DEVICE}" =~ ^VCS ]]
then
touch /storage/.config/modprobe.d/alsa-base.conf
fi
cat <<EOF >/storage/.config/asound.conf
cat <<EOF >/storage/.config/asound.conf
pcm.!default {
type plug
slave {
@ -25,7 +24,8 @@ ctl.!default {
card 0
}
EOF
reboot
reboot
fi
fi
if [ ! -e "/storage/.config/asound.conf" ]