mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 12:50:05 +00:00
fixed command order msiexec
This commit is contained in:
Binary file not shown.
@@ -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 ./nvim-win64.msi "/passive"
|
||||
msiexec /i /passive ./nvim-win64.msi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user