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
commatwo_master
parent
2af1c884ac
commit
985aa8c8bb
2 changed files with 7 additions and 6 deletions
@ -1,5 +1,6 @@ |
|||||||
#!/bin/bash -e |
#!/bin/bash -e |
||||||
|
|
||||||
wget https://github.com/commaai/PlotJuggler/releases/download/latest/bin.tar.gz |
sudo snap install plotjuggler |
||||||
tar -xf bin.tar.gz |
wget https://github.com/commaai/PlotJuggler/releases/download/latest/libDataLoadRlog.so.tar.gz |
||||||
rm bin.tar.gz |
tar -xf libDataLoadRlog.so.tar.gz |
||||||
|
rm libDataLoadRlog.so.tar.gz |
||||||
|
Loading…
Reference in new issue