Metarace Installer
Desktop application installer scripts.
- Linux/UNIX-like installer: metarace-install.sh [signature]
- Windows PowerShell installer: wsl-install.ps1 [signature]
- Code repository: codeberg:ndf-zz/metarace
Usage
Download installation script and signature, then verify with gpg eg:
$ wget https://6-v.org/software/metarace-install.sh
$ wget https://6-v.org/software/metarace-install.sh.asc
$ gpg --verify metarace-install.sh.asc
For linux installations, run the script with sh:
$ sh metarace-install.sh
For Windows WSL installation, refer to WSL Debian Installation for details.