From 204a677de3d19b9d2a5c14d469f17938c79f635f Mon Sep 17 00:00:00 2001 From: Willian Galvani Date: Thu, 9 May 2024 14:37:11 -0300 Subject: [PATCH] point at my dockerhub --- install/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/install.sh b/install/install.sh index bc2d542259..babaf82429 100755 --- a/install/install.sh +++ b/install/install.sh @@ -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