This CLI tool is for managing your MAT installation.
Usage:
mat [options] list-upgrades [--pre-release]
mat [options] install [--pre-release] [--version=<version>] [--mode=<mode>] [--user=<user>]
mat [options] update
mat [options] upgrade [--pre-release] [--mode=<mode>] [--user=<user>]
mat [options] version
mat [options] debug
mat -h | --help | -v
Options:
--dev Developer Mode (do not use, dangerous, bypasses checks)
--version=<version> Specific version install [default: latest]
--mode=<mode> MAT installation mode (dedicated or addon, default: dedicated)
--user=<user> User used for MAT configuration [default: root]
--no-cache Ignore the cache, always download the release files
--verbose Display verbose logging
You can open any issues here.
- Download the mat-cli-linux file:
wget https://github.com/digitalsleuth/mat-cli/releases/latest/download/mat-cli-linux
- Download the mat-cli-linux.sha256.asc file:
wget https://github.com/digitalsleuth/mat-cli/releases/latest/download/mat-cli-linux.sha256.asc
- With both files in the same directory, verify the sha256sum of the binary:
sha256sum -c mat-cli-linux.sha256.asc
- If you see an error about improperly formatted lines, it can be safely ignored. The important thing is that before that it says
mat-cli-linux: OK
- If you see an error about improperly formatted lines, it can be safely ignored. The important thing is that before that it says
- Move the mat-cli-linux file to /usr/local/bin/mat:
sudo mv mat-cli-linux /usr/local/bin/mat
- Make the mat binary executable:
sudo chmod +x /usr/local/bin/mat
- Install using the above options.
This will only install the packages and necessary configurations to the current system, for the current user. No icons, desktop theme changes or menu options are modified.
This will install the full Toolkit into the current environment, desktop and all. Icons and menus will be created, background and hostname will be changed, and the ssh service will be stopped.