Files
sunnypilot/tools/plotjuggler/install.sh
iejMac 985aa8c8bb working with snap (#20155)
* 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
2021-02-24 22:50:27 -08:00

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