mirror of
https://github.com/Pecusx/piradio-mini.git
synced 2026-05-21 06:39:42 +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
|