mirror of
https://github.com/macocianradu/setup.git
synced 2026-03-18 21:00:04 +00:00
removed escape character
This commit is contained in:
@@ -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
|
||||
./nvim-win64.msi /passive
|
||||
./nvim-win64.msi "/passive"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user