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