setup-ubuntu.sh: do not install 'erlang-nox' because it can't be installed on CI/CD for some reason

This commit is contained in:
Leonid Pliushch 2020-01-23 19:47:38 +02:00
parent 63c8d460b3
commit a512984ce4
1 changed files with 1 additions and 1 deletions

View File

@ -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"