Merge pull request #656 from JustEnoughLinuxOS/dev
Addendum PR for release
This commit is contained in:
commit
c5ed91bf79
2 changed files with 8 additions and 4 deletions
|
@ -11,9 +11,12 @@ then
|
|||
THIS_DEVICE="$(/usr/sbin/dmidecode -s system-product-name)"
|
||||
if [[ "${THIS_DEVICE}" =~ ^VCS ]]
|
||||
then
|
||||
if [ ! -d "/storage/.config/modprobe.d/" ]
|
||||
then
|
||||
mkdir -p /storage/.config/modprobe.d
|
||||
fi
|
||||
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 +28,8 @@ ctl.!default {
|
|||
card 0
|
||||
}
|
||||
EOF
|
||||
reboot
|
||||
reboot
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ ! -e "/storage/.config/asound.conf" ]
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Copyright (C) 2021 Fewtarius
|
||||
|
||||
PKG_NAME="es-theme-art-book-next"
|
||||
PKG_VERSION="ce90c47bb5c414c8aeb2ecb21b87492e8c5e7ad1"
|
||||
PKG_VERSION="9152e4b7f1e705bd2bf442735fae13acf8aa3c61"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="CUSTOM"
|
||||
PKG_SITE="https://github.com/anthonycaccese/art-book-next-batocera"
|
||||
|
|
Loading…
Reference in a new issue