Files
omakub/install/flameshot.sh
David Heinemeier Hansson a1f82d3092 Add flameshot for screenshots
2024-05-30 12:12:08 -07:00

6 lines
221 B
Bash

# Flameshot is a nice step-up over the default Gnome screenshot tool
if ! command -v flameshot &>/dev/null; then
sudo apt install -y flameshot
# FIXME: Move the hotkey setting over here when we have a command for it
fi