Skip to content

v0.1.4.21

Latest

Choose a tag to compare

@MrTrigger MrTrigger released this 16 Dec 02:35
6b7f9b4

馃殌 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.4
  • runtime/sidecar:0.1.4
  • build/universal:0.1.4
  • build/zephyr:0.1.4
  • runtime/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 -- --yes

Windows (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" -Yes

See the repository README for more installation options.