desktop-ubuntu/keepassxc/_install.sh

18 lines
271 B
Bash
Executable File

#!/usr/bin/zsh
# insall latest from the PPA
sudo add-apt-repository -y \
ppa:phoerious/keepassxc
sudo apt update -y
sudo apt install -y \
keepassxc
# link config
mkdir -p ~/.config/keepassxc/
cd /Cfg/keepassxc/
ln -s `pwd`/keepassxc.ini \
~/.config/keepassxc/