Update script
This commit is contained in:
@@ -18,9 +18,9 @@ then
|
|||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! command -v gmake 2>&1 >/dev/null
|
if ! command -v make 2>&1 >/dev/null
|
||||||
then
|
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;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user