kiss-mfavila-large/ports/mid-rc/post-install

8 lines
143 B
Plaintext
Raw Normal View History

2021-12-12 14:40:09 -05:00
#!/bin/sh -e
if [ $(hostname) == commandante ]
then
sed /etc/asound.conf 's^hw:1,0/hw:0,0/g' > /etc/as
mv /etc/as /etc/asound.conf
fi