From 1caa774f4fe6c5ddbed3b1800db4992b7a1c609d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 20 Apr 2018 08:40:36 +0200 Subject: Fix debian install script typo --- 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 9845238..5132a2b 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -116,9 +116,9 @@ sudo apt-get -y install build-essential git wget \ python-mako python-requests if [[ "$DISTRO" == "jessie" || "$DISTRO" == "stretch" ]] ; then - sudo apt-get -y vlc-nox + sudo apt-get -y install vlc-nox elif [ "$DISTRO" == "buster" ] ; then - sudo apt-get -y vlc-plugins-base + sudo apt-get -y install vlc-plugins-base fi if [ "$DISTRO" == "jessie" ] ; then -- cgit v1.2.3