mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-12-04 22:34:29 +01:00
Add installer support for gopass (#61)
This commit is contained in:
parent
7d084f65f3
commit
8fcae3323f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user