Add support for different OS package managers; simplify some logic

This commit is contained in:
2025-01-25 18:41:52 -06:00
parent bfae90f83a
commit aa64550b72
15 changed files with 42 additions and 42 deletions

View File

@@ -3,4 +3,4 @@
local lua_package="lua5.1"
[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
$BOX_SETUP_INSTALL_COMMAND cmake gettext "$lua_package" liblua5.1-0-dev
${=BOX_SETUP_INSTALL_COMMAND} cmake gettext "$lua_package" liblua5.1-0-dev