5 lines
147 B
Bash
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
|