From f168dadf5e02a3c861455dbcd071d3354ebbf83e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 21 Aug 2019 08:23:33 +0200 Subject: installer: update package names for buster --- installer/debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/debian.sh b/installer/debian.sh index 5132a2b..81f6db8 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -118,7 +118,7 @@ sudo apt-get -y install build-essential git wget \ if [[ "$DISTRO" == "jessie" || "$DISTRO" == "stretch" ]] ; then sudo apt-get -y install vlc-nox elif [ "$DISTRO" == "buster" ] ; then - sudo apt-get -y install vlc-plugins-base + sudo apt-get -y install vlc-plugin-base fi if [ "$DISTRO" == "jessie" ] ; then @@ -126,7 +126,7 @@ if [ "$DISTRO" == "jessie" ] ; then elif [ "$DISTRO" == "stretch" ] ; then sudo apt-get -y install libzmq3-dev libzmq5 elif [ "$DISTRO" == "buster" ] ; then - sudo apt-get -y install libzmq5-dev libzmq5 + sudo apt-get -y install libzmq3-dev libzmq5 fi # this will install boost, cmake and a lot more -- cgit v1.2.3