馃殌 TrueFidelity 0.1.4.21 (production)
This release has been promoted from v0.1.4-dev.41 to the production channel.
馃摝 Docker Images
runtime/ecu:0.1.4runtime/sidecar:0.1.4build/universal:0.1.4build/zephyr:0.1.4runtime/can-network:0.1.4
馃敡 Configuration
- Channel: production
- Debug Mode: unknown
- Log Level: warn
馃摜 Installation
Download the platform installer scripts (install-linux.sh, install-macos.sh, install-windows.ps1) attached to this release. Run the installer for your platform:
Linux/macOS:
curl -fsSL https://github.com/NebulaTechSolutions/TrueFidelity/releases/download/v0.1.4.21/install-linux.sh | bash -s -- --yesWindows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/NebulaTechSolutions/TrueFidelity/releases/download/v0.1.4.21/install-windows.ps1" -OutFile "$env:TEMP\install-windows.ps1"
& "$env:TEMP\install-windows.ps1" -YesSee the repository README for more installation options.