Browse Source
setup-ubuntu.sh: do not install 'erlang-nox' because it can't be installed on CI/CD for some reason
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
|