From 77fa166aa9c6a8d33da978e78f5d8172ed8259f8 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Fri, 19 Jun 2020 02:54:45 +0300 Subject: [PATCH] reformat scripts/setup-ubuntu.sh --- scripts/setup-ubuntu.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 99db54c75..ef49c9ca3 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -126,11 +126,6 @@ PACKAGES+=" python-yaml" # Java. PACKAGES+=" openjdk-8-jdk" -# Samba (in unstable repository) -PACKAGES+=" libparse-yapp-perl" -PACKAGES+=" heimdal-multidev" -PACKAGES+=" comerr-dev" - # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man" PACKAGES+=" docbook-utils" @@ -139,6 +134,9 @@ PACKAGES+=" libgc-dev" PACKAGES+=" libgmp-dev" PACKAGES+=" libunistring-dev" PACKAGES+=" llvm-9-dev" +PACKAGES+=" libparse-yapp-perl" +PACKAGES+=" heimdal-multidev" +PACKAGES+=" comerr-dev" # Needed by packages in X11 repository. PACKAGES+=" docbook-xsl-ns"