Skip to content

Conversation

@ntvmb
Copy link

@ntvmb ntvmb commented Oct 20, 2023

I found why the installer script doesn't detect dependencies correctly. Improper use of >&- causes an I/O error while executing which ${deps[i]} and that causes it to return status code 1 every time. To fix this while still not showing the output of the command, all that needed to be done to fix it was to redirect the command's output to /dev/null.

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