sunhat/install/flameshot.sh

5 lines
166 B
Bash
Raw Normal View History

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