mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update direwolf.sh
This commit is contained in:
parent
34a059dea7
commit
e039d245d0
|
|
@ -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
|
||||
#########################################################################################################################
|
||||
|
|
|
|||
Loading…
Reference in New Issue