mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 10:02:06 +08:00
e6e1b719a7
* we're jugglin * install.sh works + README * new readme * new readme * better readme * fixes * more fixes * fix Co-authored-by: iejMac <gig13omb@gmail.com> old-commit-hash: e5cc110081862d53b29f4ccd2d7577dc9a774580
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
|