commit a0c458e49adcac314fde090010c69d652338a545 parent 23eb5d4371ca7cbd847ef8953e1bec235dd55af3 Author: rbckman <rob@tarina.org> Date: Mon, 9 Mar 2020 16:30:34 +0000 install ffmpeg instead of libav-tools Diffstat:
M | install.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.sh b/install.sh @@ -43,9 +43,9 @@ apt-get update apt-get upgrade -y if [ "$version" = "buster" ] then - apt-get -y install git python3-pip python-configparser libav-tools mediainfo gpac omxplayer sox cpufrequtils apache2 libapache2-mod-wsgi-py3 libdbus-glib-1-dev dbus libdbus-1-dev usbmount -else apt-get -y install git python3-pip python-configparser ffmpeg mediainfo gpac omxplayer sox cpufrequtils apache2 libapache2-mod-wsgi-py3 libdbus-glib-1-dev dbus libdbus-1-dev usbmount +else + apt-get -y install git python3-pip python-configparser libav-tools mediainfo gpac omxplayer sox cpufrequtils apache2 libapache2-mod-wsgi-py3 libdbus-glib-1-dev dbus libdbus-1-dev usbmount fi echo "installing python-omxplayer-wrapper..." sudo pip3 install omxplayer-wrapper