Update script

This commit is contained in:
2026-01-18 14:19:43 +11:00
parent 5383e3fdf4
commit 1410b025c5

View File

@@ -18,9 +18,9 @@ then
exit 0;
fi
if ! command -v gmake 2>&1 >/dev/null
if ! command -v make 2>&1 >/dev/null
then
echo "gmake is not installed on your system. Install it with your package manager (or on macOS use xcode-select)"
echo "make is not installed on your system. Install it with your package manager (or on macOS use xcode-select)"
exit 0;
fi