From 8fcae3323f926d521c57a1b4936a0cbd6136343f Mon Sep 17 00:00:00 2001 From: Callum Andrew Date: Sun, 4 Dec 2022 09:16:07 +1100 Subject: [PATCH] Add installer support for gopass (#61) --- src/install_host_app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install_host_app.sh b/src/install_host_app.sh index c2a4c48..db94a06 100755 --- a/src/install_host_app.sh +++ b/src/install_host_app.sh @@ -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