-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make files executable by default #76
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did you change in these both files?
install_requirements_LINUX.sh
install_requirements_WINDOWS.bat
Github shows me this as empty change...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did you change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing unix permissions: 644 -> 755
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What did you change here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing unix permissions: 644 -> 755
Hey @Arthurmeade12,thank you so much for your PR. |
Thanks @Neocky. |
This pull request makes files meant to be executed (install_requirements *) executable by default. In addition, it sets the shebang for pluget.py to
#!/usr/bin/env python
to allow pluget.py to be executed directly, e.g../pluget.py.
Thanks for any suggestions.