mirror of
https://github.com/macocianradu/setup.git
synced 2026-07-16 10:38:46 +00:00
fixed curl command
This commit is contained in:
Binary file not shown.
+2
-1
@@ -44,8 +44,9 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
|
|||||||
echo "[Skipped NVIM already installed"
|
echo "[Skipped NVIM already installed"
|
||||||
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 -LO https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
|
||||||
msiexec /i ./nvim-win64.msi /passive
|
msiexec /i ./nvim-win64.msi /passive
|
||||||
|
rm -rf nvim-win64.msi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user