mirror of
https://github.com/zebrajr/HomeLab.git
synced 2026-01-15 12:15:06 +00:00
9 lines
231 B
Bash
9 lines
231 B
Bash
#!/bin/bash
|
|
if [ "$SETUP_CORE_GUI" != true ]; then
|
|
echo "${SKIPPING_PRE_TEXT} flameshot. SETUP_CORE_GUI is not true"
|
|
return 0
|
|
fi
|
|
|
|
echo "${INSTALLING_PRE_TEXT} flameshot"
|
|
eval "sudo dnf install flameshot -y $OUTPUT_CONTROL"
|