scripts(setup-ubuntu): install lua5.1 for luarocks

Signed-off-by: Aditya Alok <alok@termux.dev>
This commit is contained in:
Aditya Alok 2022-11-01 12:42:03 +05:30
parent 3a726d529e
commit 00abbffccf
No known key found for this signature in database
GPG Key ID: 345AE134142077D8
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ PACKAGES+=" libsqlite3-dev"
PACKAGES+=" lua5.2"
# Needed by package luarocks.
PACKAGES+=" lua5.3"
PACKAGES+=" lua5.1"
# Used bt host build of package mariadb.
PACKAGES+=" libncurses5-dev"