Skip to content

Commit

Permalink
docs: docker: Make the installation of wf-tools more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioND committed Dec 23, 2024
1 parent c64428d commit 9b51bd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN cd etc && \

# Install ARM toolchain in both images
RUN wf-pacman -Syu --noconfirm && \
wf-pacman -Sy wf-tools --noconfirm && \
wf-pacman -Syu wf-tools --noconfirm && \
wf-config repo enable blocksds && \
wf-pacman -S --noconfirm toolchain-gcc-arm-none-eabi

Expand Down
2 changes: 1 addition & 1 deletion docs/content/setup/options/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ right away.
```bash
export PATH=/opt/wonderful/bin:$PATH

wf-pacman -Sy wf-tools
wf-pacman -Syu wf-tools
wf-config repo enable blocksds
wf-pacman -Syu
```
Expand Down
2 changes: 1 addition & 1 deletion docs/content/setup/options/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to use it in WSL, follow the instructions for Linux instead.
1. Add the BlocksDS repository to `wf-pacman`:

```bash
wf-pacman -Sy wf-tools
wf-pacman -Syu wf-tools
wf-config repo enable blocksds
wf-pacman -Syu
```
Expand Down

0 comments on commit 9b51bd2

Please sign in to comment.