diff --git a/bootstrap/startup.json.default b/bootstrap/startup.json.default index 8c22a72fd3..3e43dded2f 100644 --- a/bootstrap/startup.json.default +++ b/bootstrap/startup.json.default @@ -1,7 +1,7 @@ { "core": { "tag": "factory", - "image": "bluerobotics/blueos-core", + "image": "williangalvani/blueos-core", "enabled": true, "webui": false, "network": "host", diff --git a/install/install.sh b/install/install.sh index bc2d542259..b078dc86cd 100755 --- a/install/install.sh +++ b/install/install.sh @@ -197,8 +197,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_FACTORY="bluerobotics/blueos-core:factory" # used for "factory reset" +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