mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 16:33:52 +08:00
* we're jugglin * install.sh works + README * new readme * new readme * better readme * fixes * more fixes * fix Co-authored-by: iejMac <gig13omb@gmail.com>
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
wget https://github.com/commaai/PlotJuggler/releases/download/1.0/bin.tar.gz
|
|
tar -xf bin.tar.gz
|
|
rm bin.tar.gz
|