From 7eced22acac4dad06d52b89acfc0a99a7c6f3c69 Mon Sep 17 00:00:00 2001 From: Anton Livaja <anton@livaja.me> Date: Tue, 4 Mar 2025 12:04:58 -0800 Subject: [PATCH] add lua to apt packages --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 06da850..e14ec52 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ install-apt-essentials: build-essential \ jq \ wget \ + lua5.4 \ + luarocks \ -y