[skip-ci] Allow execution of gopass_wrapper.sh

Firefox wasn't allowed to execute the gopass_wrapper.sh in Ubuntu 22.04.
Explicitly adding it to the Apparmor firefox profile solves this.
Lower jsonApiVersion.
merge-requests/2/head
erik 2 years ago
parent ee48355b9f
commit 99590c2dd6

@ -27,7 +27,7 @@ fun Prov.downloadGopassBridge() = task {
fun Prov.installGopassBridgeJsonApi() = task {
// see https://github.com/gopasspw/gopass-jsonapi
val gopassJsonApiVersion = "1.14.3"
val gopassJsonApiVersion = "1.11.1"
val requiredGopassVersion = "1.14.4"
val filename = "gopass-jsonapi_${gopassJsonApiVersion}_linux_amd64.deb"
val downloadUrl = "-L https://github.com/gopasspw/gopass-jsonapi/releases/download/v$gopassJsonApiVersion/$filename"

Loading…
Cancel
Save