Vaxtor Repository

Notice: Our repository has moved to a new site. Please use the updated instructions below to configure your system.
Note: This repository will remain active to support existing installations, but it will not receive any new updates.

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://deb.vaxtor.com/setup_vaxtor.sh | sudo -E bash -s --

or

wget -qO- https://deb.vaxtor.com/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://deb.vaxtor.com/setup_vaxtor.sh | sudo -E bash -s -- -e ml300

Use the test repository with the default engine:

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

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

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