Skip to content

Commit

Permalink
🐛 update link for garden.repo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezenders committed Jun 14, 2022
1 parent debb3cc commit 4ceed03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ vcs import < collection-garden.yaml
Use this one:

```Bash
$ wget https://raw.githubusercontent.com/clydemcqueen/bluerov2_ignition/clyde_docker/garden.repos
$ wget https://raw.githubusercontent.com/Rezenders/bluerov2_ignition/main/garden.repos
$ vcs import < garden.repos
```

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/ignition/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-rec

RUN mkdir -p /ign_ws/src
WORKDIR /ign_ws/src
RUN wget https://raw.githubusercontent.com/clydemcqueen/bluerov2_ignition/clyde_docker/garden.repos
RUN wget https://raw.githubusercontent.com/Rezenders/bluerov2_ignition/main/garden.repos
RUN vcs import < garden.repos

RUN wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg
Expand Down

0 comments on commit 4ceed03

Please sign in to comment.