'Generic Commit'

This commit is contained in:
Your Name 2025-06-01 14:42:57 +12:00
parent 8f02394e60
commit a1e8131da7
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
COPY --chmod=0755 ./src/* /usr/local/bin/
RUN /usr/local/bin/install_dropshell_build_requirements
RUN /usr/local/bin/dropshell-build-install-requirements
WORKDIR /app

View File

@ -9,7 +9,7 @@ dropshell-tool install dropshell-build
If you wish to use local toolchain (rather than docker):
```
curl https://getbin.xyz/install_dropshell_build_requirements | bash
curl https://getbin.xyz/dropshell-build-install-requirements | bash
```
## Use