Skip to content

Commit

Permalink
fix: try again at pi image
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent 2170c93 commit 2afb867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ git config --global pull.rebase false

# run the update script
if [ "$SATELLITE_BRANCH" == "stable" ]; then
./pi-image/update.sh stable "$SATELLITE_BUILD"
SATELLITE_BUILD=main ./pi-image/update.sh stable "$SATELLITE_BUILD"
else
./pi-image/update.sh beta "$SATELLITE_BUILD"
fi
Expand Down

0 comments on commit 2afb867

Please sign in to comment.