You must run the setup script to add our GPG keys and configure the APT sources on your system.
View Script SourceTo 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 --
You can pass additional arguments to the script to customize your installation:
-e, --engine, -c, --component <name> : Specify the engine to install (e.g., ml300, ml600, nosimd). The default is ml600.-t, --test : Use the test repository instead of the standard production repository. Useful for QA and testing environments.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