Vaxtor Repository

How to use this repository

You must run the setup script to add our GPG keys and configure the APT sources on your system.

View Script Source

Standard Installation

To install using the default component (ml600), execute one of the following commands from your terminal:

curl -sL https://nexus.vaxtor.com/repository/keys/setup_vaxtor.sh | sudo -E bash -s --

or

wget -qO- https://nexus.vaxtor.com/repository/keys/setup_vaxtor.sh | sudo -E bash -s --

Advanced Options

You can pass additional arguments to the script to customize your installation:

Examples:

Install a specific engine (e.g., ml300):

curl -sL https://nexus.vaxtor.com/repository/keys/setup_vaxtor.sh | sudo -E bash -s -- -e ml300

Use the test repository with the default engine:

curl -sL https://nexus.vaxtor.com/repository/keys/setup_vaxtor.sh | sudo -E bash -s -- --test

Use the test repository with a specific engine (e.g., ml600):

curl -sL https://nexus.vaxtor.com/repository/keys/setup_vaxtor.sh | sudo -E bash -s -- -t -e ml600