burrow-pi-img/stage2/04-pirate-radio/02-run-chroot.sh

12 lines
200 B
Bash
Raw Normal View History

2019-05-21 20:14:56 +00:00
#!/bin/bash -e
systemctl enable pulseaudio
2019-05-22 01:01:52 +00:00
cd /root/pivumeter
aclocal && libtoolize
autoconf && automake --add-missing
./configure && make
make install
2019-05-22 15:51:38 +00:00
systemctl daemon-reload
systemctl enable vlcd