sunhat/install/flameshot.sh

5 lines
147 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 ! command -v flameshot &>/dev/null; then
sudo apt install -y flameshot
fi