Files
sunnypilot/tools/plotjuggler/install.sh
Adeeb Shihadeh d1b44bbb34 tools: cleanup + setup CI (#20104)
* cleanup tools

* setup tools CI

* loggerd doesn't support this anymore

* cleanup

* builds with openpilot now
2021-02-17 20:37:01 -08:00

6 lines
129 B
Bash
Executable File

#!/bin/bash -e
wget https://github.com/commaai/PlotJuggler/releases/download/latest/bin.tar.gz
tar -xf bin.tar.gz
rm bin.tar.gz