From b51dbe5e4e013f9a1a1cd8ef22fe7e20b6cfe674 Mon Sep 17 00:00:00 2001 From: Jake Runzer Date: Fri, 28 Feb 2025 21:24:34 -0500 Subject: [PATCH] use sh instead --- docs/src/content/docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/installation.md b/docs/src/content/docs/installation.md index a589001..84cabc4 100644 --- a/docs/src/content/docs/installation.md +++ b/docs/src/content/docs/installation.md @@ -14,7 +14,7 @@ GHCR](https://github.com/railwayapp/railpack/pkgs/container/railpack-frontend). Download Railpack from GH releases and install automatically ```sh -curl -sSL https://railpack.com/install.sh | bash +curl -sSL https://railpack.com/install.sh | sh ``` ## GitHub Releases