[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.
This commit is contained in:
parent
ee48355b9f
commit
99590c2dd6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue