Skip to content

v0.1.4.17

Choose a tag to compare

@MrTrigger MrTrigger released this 11 Dec 17:37
60f7d9b

馃殌 TrueFidelity 0.1.4.17 (production)

This release has been promoted from v0.1.4-dev.37 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.17/install-linux.sh | bash -s -- --yes

Windows (PowerShell):

Invoke-WebRequest -Uri "https://github.com/NebulaTechSolutions/TrueFidelity/releases/download/v0.1.4.17/install-windows.ps1" -OutFile "$env:TEMP\install-windows.ps1"
& "$env:TEMP\install-windows.ps1" -Yes

See the repository README for more installation options.