12 lines
200 B
Bash
Executable File
12 lines
200 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
systemctl enable pulseaudio
|
|
|
|
cd /root/pivumeter
|
|
aclocal && libtoolize
|
|
autoconf && automake --add-missing
|
|
./configure && make
|
|
make install
|
|
systemctl daemon-reload
|
|
systemctl enable vlcd
|