Commit 296623f9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: fix bitwarden download

parent 95d60375
......@@ -21,7 +21,7 @@ esac
#https://github.com/bitwarden/clients/releases/download/desktop-v2023.4.0/Bitwarden-2023.4.0-amd64.deb
#https://github.com/bitwarden/clients/releases/download/desktop-v2023.4.0/Bitwarden-2023.4.0-x86_64.rpm
PKGURL=$(epm tool eget --list --latest https://github.com/bitwarden/clients/releases $(epm print constructname $PKGNAME "$VERSION*" $arch $pkgtype "-" "-")) || fatal "Can't get package URL"
PKGURL=$(epm tool eget --list --latest https://github.com/bitwarden/clients/releases $(epm print constructname Bitwarden "$VERSION*" $arch $pkgtype "-" "-")) || fatal "Can't get package URL"
# we have workaround for their postinstall script, so always repack rpm package
[ "$pkgtype" = "deb" ] || repack='--repack'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment