mirror of
https://codeberg.org/gaschz/passff-host.git
synced 2025-06-06 18:08:46 +02: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