-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
install.sh script fixes #263
Conversation
If /tmp is mounted with the noexec option, the execution bit is dropped. Let's make sure to add it back in the install script.
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
=======================================
Coverage 69.56% 69.56%
=======================================
Files 44 44
Lines 2481 2481
=======================================
Hits 1726 1726
Misses 583 583
Partials 172 172 Continue to review full report at Codecov.
|
By passing it as the first argument to the script. Not that the argument overrides the environment, in case both are set.
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.
This looks nice and clean to me, and I'm in favor of merging. I'll leave it to @zaquestion to pull the trigger, though.
Started looking at this script to fix #262, and fixed a few other things while there :)
installing to a custom location is now done by setting the environment variable
PREFIX
before executing the script; eg.:or
PREFIX=~/.local install.sh