mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-28 08:04:23 +01:00
5 lines
166 B
Bash
5 lines
166 B
Bash
# Flameshot is a nice step-up over the default Gnome screenshot tool
|
|
if [ -n "$FORCE" ] || ! command -v flameshot &>/dev/null; then
|
|
sudo apt install -y flameshot
|
|
fi
|