diff options
Diffstat (limited to '.devcontainer/build.sh')
| -rw-r--r-- | .devcontainer/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/build.sh b/.devcontainer/build.sh index 8f0d0fa..5dcdf91 100644 --- a/.devcontainer/build.sh +++ b/.devcontainer/build.sh @@ -43,7 +43,7 @@ GetGcc() { } GetMcuBoot() { - git clone https://github.com/JuulLabs-OSS/mcuboot.git "$TOOLS_DIR/mcuboot" + git clone https://github.com/mcu-tools/mcuboot.git "$TOOLS_DIR/mcuboot" pip3 install -r "$TOOLS_DIR/mcuboot/scripts/requirements.txt" } |
