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