Uninstall: lowercase "darwin" on MacOS
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Remove line from bashrc and zshrc if present.
|
# Remove line from bashrc and zshrc if present.
|
||||||
|
|
||||||
sed="sed -i"
|
sed="sed -i"
|
||||||
if [[ $OSTYPE == "Darwin" ]]; then
|
if [[ $OSTYPE == "Darwin" || $OSTYPE == *"darwin"* ]]; then
|
||||||
sed="sed -i ''"
|
sed="sed -i ''"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user