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