setup-ubuntu.sh: Install lua5.3

This commit is contained in:
Tee KOBAYASHI 2022-11-23 19:03:09 +09:00 committed by xtkoba
parent 1a2886a41b
commit ed984bceeb
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ PACKAGES+=" librsvg2-dev"
# Needed by package news-flash-gtk.
PACKAGES+=" libsqlite3-dev"
# Needed by package fennel.
PACKAGES+=" lua5.3"
# Needed by package vlc.
PACKAGES+=" lua5.2"