diff --git a/install/install.sh b/install/install.sh index bc2d54225..babaf8242 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