setup-ubuntu.sh: add lua5.3, needed by luarocks
This commit is contained in:
parent
e8083e25ef
commit
73c6e60c59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user