Skip to content

Commit

Permalink
add 'set -e' to installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
HarimbolaSantatra committed Aug 18, 2024
1 parent 2e8a92b commit 583d1f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ readonly GREEN="$(tput setaf 2 2>/dev/null || echo '')"
readonly CYAN="$(tput setaf 6 2>/dev/null || echo '')"
readonly NO_COLOR="$(tput sgr0 2>/dev/null || echo '')"

set -e

# Define the release information
RELEASE_URL="https://api.github.com/repos/pocketenv-io/pocketenv/releases/latest"

Expand Down

0 comments on commit 583d1f7

Please sign in to comment.