mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 10:13:55 +08:00
* changes * fixes * Update tools/plotjuggler/juggle.py Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
7 lines
204 B
Bash
Executable File
7 lines
204 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sudo snap install plotjuggler
|
|
wget https://github.com/commaai/PlotJuggler/releases/download/latest/libDataLoadRlog.so.tar.gz
|
|
tar -xf libDataLoadRlog.so.tar.gz
|
|
rm libDataLoadRlog.so.tar.gz
|