This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add -ex to #! to echo lines and abort if anything errors
when I ran sudo ./install, something erred, but it got buried under the output from rest of the script. -e will abort on error -x will echo the lines of the script so we can see what line errored.
- Loading branch information