Add installer support for gopass (#61)

This commit is contained in:
Callum Andrew 2022-12-04 09:16:07 +11:00 committed by GitHub
parent 7d084f65f3
commit 8fcae3323f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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