Added keepassx and backing up of password databases

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2019-10-02 17:33:24 +02:00
parent 2feb802910
commit d2ced8118f
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ sudo pacman --needed -S jdk11-openjdk python php
echo "Synchronizing administration tools..."
sudo pacman --needed -S htop tree git base-devel yay make gcc cmake
echo "Synchronizing security tools..."
sudo pacman --needed -S ecryptfs-utils encfs
sudo pacman --needed -S ecryptfs-utils encfs keepassxc
echo "Setup SSH key"
ssh_key_path="$HOME/.ssh/id_rsa"
if [ ! -f "$ssh_key_path" ]; then