Files
sunnypilot/docs_sp/setup/ssh-method.md
T
2024-08-07 15:15:49 -04:00

469 B

SSH Method

If you are looking to install sunnypilot via SSH, run the following commands in an SSH terminal after connecting to your comma 3/3X:

  1. Navigate to data directory
cd /data
  1. Clone sunnypilot

    !!! example "" release-c3 branch is used in this step as an example.

git clone release-c3 --recurse-submodules https://github.com/sunnyhaibin/openpilot.git 
  1. Git LFS
git lfs pull
  1. Reboot
sudo reboot