mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 10:03: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>
old-commit-hash: 90ba43676a
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
|