sunhat/install/flameshot.sh

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