#!/bin/bash install_keepassxc() { echo "Installing keepassxc" sudo apt install keepassxc -y }