From 1410b025c58991e29359440fcb92ffdbe4ca7bdf Mon Sep 17 00:00:00 2001 From: Maxwell Jeffress Date: Sun, 18 Jan 2026 14:19:43 +1100 Subject: [PATCH] Update script --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 24af25b..8ff399e 100644 --- a/install.sh +++ b/install.sh @@ -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