Delete install.sh
This commit is contained in:
14
install.sh
14
install.sh
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
OS_TYPE=$(uname -s)
|
|
||||||
isLinux=${OS_TYPE} == "Linux"
|
|
||||||
isMacOS=${OS_TYPE} == "Darwin"
|
|
||||||
|
|
||||||
if [[ "$isLinux" ]]; then
|
|
||||||
echo "Running on Linux"
|
|
||||||
elif [[ "$isMacOS" ]]; then
|
|
||||||
echo "Running on macOS"
|
|
||||||
else
|
|
||||||
echo "Unsupported OS family: $OS_TYPE"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
Reference in New Issue
Block a user