mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-13 01:14:19 +01:00
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
|