Bash script that updates the Bitwarden AppImage.
I hate the fact that the Arch Linux bitwarden package is out of date. I made my own script to update the .AppImage file itself in response.
- jq
- openssl
- An already downloaded Bitwarden .AppImage
To install:sudo pacman -S jq openssl
./update-bitwarden <Bitwarden AppImage>
See the changelog here.
See the license here.