linux:security:password:password-manager:keepassxc
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:security:password:password-manager:keepassxc [2021/11/09 23:43] – chuck | linux:security:password:password-manager:keepassxc [2022/03/03 11:43] (current) – [AppImage] chuck | ||
|---|---|---|---|
| Line 48: | Line 48: | ||
| ---- | ---- | ||
| + | ===Script it!=== | ||
| + | * Here's a script I wrote to install/ | ||
| + | # | ||
| + | |||
| + | latest=" | ||
| + | |||
| + | # Import keepassxc' | ||
| + | if ! gpg --list-keys 0xCFB4C2166397D0D2; | ||
| + | gpg --fetch-keys https:// | ||
| + | fi | ||
| + | |||
| + | printf ' | ||
| + | |||
| + | # Download the files | ||
| + | curl -s " | ||
| + | |||
| + | # Verify and install the appimage | ||
| + | printf ' | ||
| + | if shasum -c KeePassXC-*.AppImage.DIGEST; | ||
| + | if gpg --verify KeePassXC*.AppImage.sig KeePassXC*.AppImage; | ||
| + | mv -f KeePassXC*.AppImage ~/ | ||
| + | chmod +x ~/ | ||
| + | pkill -f keepassxc && \ | ||
| + | gtk-launch keepassxc.desktop && \ | ||
| + | rm -f KeePassXC*.AppImage* | ||
| + | else | ||
| + | printf ' | ||
| + | fi | ||
| + | else | ||
| + | printf ' | ||
| + | fi | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| =====keepassxc-cli===== | =====keepassxc-cli===== | ||
| There' | There' | ||
| Line 62: | Line 96: | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| + | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
| * https:// | * https:// | ||
linux/security/password/password-manager/keepassxc.1636501413.txt.gz · Last modified: by chuck
