Created
August 7, 2020 01:49
-
-
Save BrentonPoke/eb0de6f4141e3dcaf5241d1248a379ac to your computer and use it in GitHub Desktop.
updates Bitwarden. Doesn't create desktop file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -O Bitwarden-x86-64.AppImage 'https://vault.bitwarden.com/download/?app=desktop&platform=linux' | |
mv Bitwarden-x86-64.AppImage /usr/local/bin/ | |
chmod +x /usr/local/bin/Bitwarden-x86-64.AppImage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment