From 61bcba0526b59393cd7e97c661bab4cee175128e Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 19 Jun 2020 02:54:18 +0300 Subject: [PATCH] fix typo in scripts/setup-ubuntu.sh --- scripts/setup-ubuntu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index e1b63451c..99db54c75 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -127,9 +127,9 @@ PACKAGES+=" python-yaml" PACKAGES+=" openjdk-8-jdk" # Samba (in unstable repository) -PACKAGE+=" libparse-yapp-perl" -PACKAGE+=" heimdal-multidev" -PACKAGE+=" comerr-dev" +PACKAGES+=" libparse-yapp-perl" +PACKAGES+=" heimdal-multidev" +PACKAGES+=" comerr-dev" # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man"