mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 04:13:54 +08:00
* cleanup tools * setup tools CI * loggerd doesn't support this anymore * cleanup * builds with openpilot now
6 lines
129 B
Bash
Executable File
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
|