mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
added msi exec
This commit is contained in:
Binary file not shown.
@@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
|
|||||||
else
|
else
|
||||||
echo "----- Downloading nvim -----"
|
echo "----- Downloading nvim -----"
|
||||||
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
|
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
|
||||||
./nvim-win64.msi "/passive"
|
msiexec ./nvim-win64.msi "/passive"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user