From 73c6e60c596213e2d3fedcd8caf0e600866637e0 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 25 Mar 2019 16:12:03 +0200 Subject: [PATCH] setup-ubuntu.sh: add lua5.3, needed by luarocks --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index a11d4ce7f..672a1657f 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -39,6 +39,7 @@ PACKAGES+=" gawk" # Needed by apr-util PACKAGES+=" libssl-dev" # Needed to build Rust PACKAGES+=" gnupg" # Needed to verify downloaded .debs PACKAGES+=" jq" # Needed by bintray upload script. +PACKAGES+=" lua5.3" # Needed to build luarocks package. sudo DEBIAN_FRONTEND=noninteractive \ apt-get install -yq --no-install-recommends $PACKAGES