This commit is contained in:
qo-op 2020-05-27 16:00:44 +02:00
parent d7cfdf9fc3
commit 59d6f745ca
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ fi
# MPD/MPC RompR AUDIO LAYER
###############################
if [[ ! $(which mpd) ]]; then
sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof lltag inotify-tools -y || err=1
sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof lltag inotify-tools bc -y || err=1
sudo apt-get install lame sox libsox-fmt-mp3 eyed3 python-chardet imagemagick curl -y || err=1 #libav-tools unavailable on some system
sudo apt-get install ca-certificates git-core binutils rsync alsa-utils bc espeak mpg321 fuse atomicparsley -y || err=1

View File

@ -30,4 +30,4 @@ var aboutRompr = function() {
}();
pluginManager.addPlugin(language.gettext("button_about"), aboutRompr.open, null, null, true);
// pluginManager.addPlugin(language.gettext("button_about"), aboutRompr.open, null, null, true);