mirror of
https://github.com/pkali/piradio-mini.git
synced 2026-05-21 14:49:47 +02:00
9 lines
264 B
Bash
9 lines
264 B
Bash
# Copy new version of ir config file (overwrite old)
|
|
cp --preserve=timestamp -R /usr/share/radio/hardware/ir/lircrc /etc/lirc/
|
|
|
|
# Set up loopback audio module
|
|
modprobe snd-aloop
|
|
|
|
# Install darkice for encoding said audio stream into mp3
|
|
apt-get -y install darkice
|