Update install.sh

This commit is contained in:
2025-10-15 19:31:50 +00:00
parent f3c76d7887
commit b7c01210c2

View File

@@ -5,7 +5,7 @@ isLinux="$OS_TYPE" = "Linux"
if [ isLinux ]; then
echo "Running on Linux"
elif [ "$OS_TYPE" = "Darwin" ]; then
echo "Running on macOS"
echo "Running on MacOS"
else
echo "Unsupported OS family: $OS_TYPE"
exit 1