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"