mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 21:43:59 +08:00
* cleanup tools
* setup tools CI
* loggerd doesn't support this anymore
* cleanup
* builds with openpilot now
old-commit-hash: d1b44bbb34
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
|