Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install lua dependencies via apt instead of luarocks. #1077

Merged
merged 1 commit into from Feb 8, 2024

Conversation

aidanholm
Copy link
Member

This avoids installing luarocks, which has a few extra deps of its own.

These apt packages contain four copies, for lua 5.1 through 5.4, but that should be much less expensive.

This avoids installing luarocks, which has a few extra deps of its own.

These apt packages contain four copies, for lua 5.1 through 5.4, but that should
be much less expensive than installing luarocks and its deps.
@c0dev0id
Copy link
Member

c0dev0id commented Feb 8, 2024

Yep that's better. It also resembles the setup that debian/ubuntu users have.
Thanks!

@c0dev0id c0dev0id merged commit 41ef2b8 into develop Feb 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants