Skip to content

Commit

Permalink
Add installer support for gopass (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Andrew authored Dec 3, 2022
1 parent 7d084f6 commit 8fcae33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install_host_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ else
exit 1
fi

PASS_PATH="$(which pass)"
PASS_PATH="$(which pass || which gopass)"
if [ -x "$PASS_PATH" ]; then
echo "Pass executable located at $PASS_PATH"
else
Expand Down

0 comments on commit 8fcae33

Please sign in to comment.