Skip to content

Commit

Permalink
Merge pull request #3 from HarimbolaSantatra/fix-install
Browse files Browse the repository at this point in the history
Exit code 0 even if sudo password is not provided
  • Loading branch information
tsirysndr authored Aug 18, 2024
2 parents 2e8a92b + 583d1f7 commit f0c6648
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 f0c6648

Please sign in to comment.