#!/bin/bash install_flameshot() { echo "Installing Flameshot" sudo dnf install flameshot -y }