From d542602980a7609f8963a72ac2f1f4a71fd7bd0a Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 23 Jan 2020 21:51:13 +0200 Subject: [PATCH] setup-ubuntu.sh: re-enable package 'erlang-nox' --- scripts/setup-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 1be72dbd9..62d33f2ad 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -102,7 +102,7 @@ PACKAGES+=" llvm-8-tools" # Needed by packages in unstable repository. PACKAGES+=" docbook-to-man" PACKAGES+=" docbook-utils" -#PACKAGES+=" erlang-nox" +PACKAGES+=" erlang-nox" PACKAGES+=" libgc-dev" PACKAGES+=" libgmp-dev" PACKAGES+=" libunistring-dev"