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