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

Fix dependency checking in install.sh #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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