Update install.sh
This commit is contained in:
@@ -5,7 +5,7 @@ isLinux="$OS_TYPE" = "Linux"
|
|||||||
if [ isLinux ]; then
|
if [ isLinux ]; then
|
||||||
echo "Running on Linux"
|
echo "Running on Linux"
|
||||||
elif [ "$OS_TYPE" = "Darwin" ]; then
|
elif [ "$OS_TYPE" = "Darwin" ]; then
|
||||||
echo "Running on macOS"
|
echo "Running on MacOS"
|
||||||
else
|
else
|
||||||
echo "Unsupported OS family: $OS_TYPE"
|
echo "Unsupported OS family: $OS_TYPE"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user