Skip to content

Commit

Permalink
Fail install script on any error exit codes
Browse files Browse the repository at this point in the history
  • Loading branch information
walles committed Jun 12, 2016
1 parent e977a08 commit 6e3e86b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.sh
@@ -1,6 +1,11 @@
#!/bin/bash -e
#
# Download and install the latest release

# Give up on any failure
set -e
set -o pipefail

REPO="walles/px"

# This is the download URL for the latest release
Expand Down

0 comments on commit 6e3e86b

Please sign in to comment.