Update direwolf.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-07-05 21:58:12 +00:00
parent 34a059dea7
commit e039d245d0
1 changed files with 14 additions and 1 deletions

View File

@ -43,8 +43,21 @@ do
echo "$app ya instalada"
fi
done
#"ntp"
#########################################################################################################################
# audio raspberry
#########################################################################################################################
if [ "$(cat /proc/cpuinfo | grep 'Raspberry')" != "" ]; then
cat > /etc/asound.conf <<- "EOFA"
pcm.!default {
type hw
card 1
}
ctl.!default {
type hw
card 1
}
EOFA
#########################################################################################################################
# GPSD
#########################################################################################################################