Update install.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user