Clean up copy_configs, refactor some install sripts

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 6833d7894a
commit 217bf1394a
7 changed files with 27 additions and 35 deletions

View File

@@ -1,9 +1,10 @@
#!/bin/zsh
local lua_package="lua5.1"
[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
${=BOX_SETUP_INSTALL_COMMAND} "$lua_package" liblua5.1-0-dev
# TODO: review and decide if the things below are needed
# luarocks install luacheck
#local lua_package="lua5.1"
#[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
#${=BOX_SETUP_INSTALL_COMMAND} "$lua_package" liblua5.1-0-dev
#luarocks install luacheck