desktop-debian/keepassxc/_install.sh

18 lines
271 B
Bash
Raw Normal View History

2024-01-04 01:00:22 +01:00
#!/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/