mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 15:53:57 +08:00
6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget https://github.com/commaai/PlotJuggler/releases/download/latest/bin.tar.gz
|
|
tar -xf bin.tar.gz
|
|
rm bin.tar.gz
|