mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update macos install script
This commit is contained in:
parent
81696c9e13
commit
921fd17221
@ -9,8 +9,9 @@ if [[ ! -d "$HOME/tools/" ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Delete existing nvim installation.
|
# Delete existing nvim installation.
|
||||||
if [[ -d "$HOME/tools/nvim-osx64" ]]; then
|
# For newer release, the directory name is nvim-macos
|
||||||
rm -rf "$HOME/tools/nvim-osx64"
|
if [[ -d "$HOME/tools/nvim-macos" ]]; then
|
||||||
|
rm -rf "$HOME/tools/nvim-macos"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Extract the tar ball
|
# Extract the tar ball
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user