Neocky / pluGET

📦 Powerful Package manager which updates plugins & server software for minecraft servers
Apache License 2.0
149 stars 27 forks source link

Make files executable by default #76

Open Arthurmeade12 opened 7 months ago

Arthurmeade12 commented 7 months ago

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.

Neocky commented 6 months ago

Hey @Arthurmeade12,

thank you so much for your PR. I will add your PR after you respond to the review. :) Have a good day! 👋

Arthurmeade12 commented 6 months ago

Thanks @Neocky. I changed the file permissions on both install_requirements_WINDOWS.bat and install_requirements_LINUX.sh from 644 to 755. This means that the owner, the group, and everyone will be able to execute this file. See https://chmod-calculator.com/