Skip to content

Conversation

@Adamkaram
Copy link

…directory navigation

The original installation script had an issue where the cd command was not specifying the correct directory after extracting the LuaRocks archive. This caused the ./configure step to fail.

This change ensures the script correctly navigates to the extracted directory before running the installation commands. Now, the script explicitly changes to the correct directory /tmp/luarocks-3.11.0 before executing ./configure && make && sudo make install.

…directory navigation

The original installation script had an issue where the `cd` command was not specifying the correct directory after extracting the LuaRocks archive. This caused the `./configure` step to fail. 

This change ensures the script correctly navigates to the extracted directory before running the installation commands. Now, the script explicitly changes to the correct directory `/tmp/luarocks-3.11.0` before executing `./configure && make && sudo make install`.
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.

1 participant