sunhat/install/app-flameshot.sh
2024-06-04 13:00:35 -07:00

5 lines
166 B
Bash

# Flameshot is a nice step-up over the default Gnome screenshot tool
if [ -n "$FORCE" ] || ! command -v flameshot &>/dev/null; then
sudo apt install -y flameshot
fi