From a1e8131da7f42f960b986e32c6c776620a9bf0c3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 14:42:57 +1200 Subject: [PATCH] 'Generic Commit' --- Dockerfile | 2 +- README.md | 2 +- ..._build_requirements => dropshell-build-install-requirements} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{install_dropshell_build_requirements => dropshell-build-install-requirements} (100%) diff --git a/Dockerfile b/Dockerfile index c5ba65f..9c53152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index c19f84a..da5bb38 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/install_dropshell_build_requirements b/src/dropshell-build-install-requirements similarity index 100% rename from src/install_dropshell_build_requirements rename to src/dropshell-build-install-requirements