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