Skip to content

Commit

Permalink
point at my dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed May 21, 2024
1 parent c01ed6c commit bc220ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ command -v raspi-config && (
)

echo "Downloading bootstrap"
BLUEOS_BOOTSTRAP="bluerobotics/blueos-bootstrap:$VERSION" # Use current version
BLUEOS_CORE="bluerobotics/blueos-core:$VERSION" # We don't have a stable tag yet
BLUEOS_BOOTSTRAP="bluerobotics/blueos-bootstrap:master" # Use current version
BLUEOS_CORE="williangalvani/blueos-core:$VERSION" # We don't have a stable tag yet
BLUEOS_FACTORY="bluerobotics/blueos-core:factory" # used for "factory reset"

docker pull $BLUEOS_BOOTSTRAP
Expand Down

0 comments on commit bc220ef

Please sign in to comment.