summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 39b4e08..7efb951 100755
--- a/setup.sh
+++ b/setup.sh
@@ -3,7 +3,7 @@
if [ -z $MAKEOPTS ]; then
MAKEOPTS="-j`nproc`"
echo "No MAKEOPTS specified, setting $MAKEOPTS automatically."
- printf "%siB free, approx 1GiB/core required (depending on ffmpeg settings)." "$(free -ht | tail -n 1 | awk '{print $4}')"
+ printf "%sGiB free RAM, approx 1GiB/core required (depending on ffmpeg settings)." "$(free -gt | tail -n 1 | awk '{print $4}')"
fi
set -e -x