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
|