You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
333 B
12 lines
333 B
#!/bin/bash -e
|
|
|
|
mkdir -p bin
|
|
cd bin
|
|
|
|
wget https://github.com/commaai/PlotJuggler/releases/download/latest/libDataLoadRlog.so.tar.gz
|
|
tar -xf libDataLoadRlog.so.tar.gz
|
|
rm libDataLoadRlog.so.tar.gz
|
|
|
|
wget https://github.com/commaai/PlotJuggler/releases/download/latest/plotjuggler.tar.gz
|
|
tar -xf plotjuggler.tar.gz
|
|
rm plotjuggler.tar.gz
|
|
|