mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 12:50:05 +00:00
fixed curl command
This commit is contained in:
Binary file not shown.
@@ -44,8 +44,9 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
|
||||
echo "[Skipped NVIM already installed"
|
||||
else
|
||||
echo "----- Downloading nvim -----"
|
||||
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
|
||||
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
|
||||
msiexec /i ./nvim-win64.msi /passive
|
||||
rm -rf nvim-win64.msi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user