Skip to content

Commit

Permalink
fix: missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored May 31, 2023
1 parent 4b060a1 commit 63ef41f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pi-image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir /opt/fnm
export PATH=/opt/fnm:$PATH
eval "`fnm env --shell bash`"

# clone the repository
git clone https://github.com/bitfocus/companion-satellite.git -b $SATELLITE_BRANCH /usr/local/src/companion-satellite
cd /usr/local/src/companion-satellite

# configure git for future updates
git config --global pull.rebase false

Expand Down

0 comments on commit 63ef41f

Please sign in to comment.