sunhat/install/flameshot.sh
2024-06-02 13:01:29 -07:00

5 lines
147 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
fi