diff --git a/.vim/undodir/%home%rmaco%projects%setup%install.sh b/.vim/undodir/%home%rmaco%projects%setup%install.sh index f61fa61..a398714 100644 Binary files a/.vim/undodir/%home%rmaco%projects%setup%install.sh and b/.vim/undodir/%home%rmaco%projects%setup%install.sh differ diff --git a/install.sh b/install.sh index a402c45..ed102e7 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then else echo "----- Downloading nvim -----" curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi - msiexec /i /passive ./nvim-win64.msi + msiexec /i ./nvim-win64.msi /passive fi fi