Clean up copy_configs, refactor some install sripts

This commit is contained in:
2025-01-31 00:46:43 -06:00
parent 4c0cabc448
commit 34b117fc30
7 changed files with 26 additions and 34 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