Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* install.sh: allow user to customize install location Fixes #262 * install.sh: verify that the install location can be used * install.sh: don't invoke sudo if it isn't needed * install.sh: make sure `lab` is executable 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. * install.sh: error out if an unset variable is used * install.sh: error out if part of a pipe chain fails * install.sh: allow exact location of binary to be specified By passing it as the first argument to the script. Not that the argument overrides the environment, in case both are set. * install.sh: replace `cp+chmod` with `install`
- Loading branch information