mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 20:33:53 +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>
old-commit-hash: e5cc110081
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
|