Files
sunnypilot/docs_sp/setup/ssh-method.md
2025-10-07 13:48:52 -04:00

563 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
    rm -rf openpilot
    
  2. Clone sunnypilot

    !!! example "" staging branch is used in this step as an example.

    git clone -b staging --recurse-submodules https://github.com/sunnypilot/sunnypilot.git openpilot
    
  3. Git LFS

    cd openpilot
    git lfs pull
    
  4. Reboot

    sudo reboot