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