Install Vector using the Vector installer
The Vector installer enables you to install Vector using a platform-agnostic installation script:
curl --proto '=https' --tlsv1.2 -sSfL https://sh.vector.dev | bash
You may use VECTOR_VERSION
to specify a custom version like below:
curl --proto '=https' --tlsv1.2 -sSfL https://sh.vector.dev | VECTOR_VERSION=0.34.1 bash