desktop-ubuntu/keepassxc/_install.sh

18 lines
271 B
Bash
Raw Permalink Normal View History

2023-06-18 15:34:39 +02: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/