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 9, 2024
1 parent b722ca3 commit e7c83b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ 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_FACTORY="bluerobotics/blueos-core:factory" # used for "factory reset"
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="williangalvani/blueos-core:factory" # used for "factory reset"

docker pull $BLUEOS_BOOTSTRAP
docker pull $BLUEOS_CORE
Expand Down

0 comments on commit e7c83b6

Please sign in to comment.