From 4759ee58f7f105bbf2fef73420428183978b08d9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:09:55 +0000 Subject: [PATCH 1/2] Initial plan From 21863f972320cde34a71b49fc5399820869f03d5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:13:11 +0000 Subject: [PATCH 2/2] Update install instructions URL to use GitHub raw URL Co-authored-by: leocavalcante <183722+leocavalcante@users.noreply.github.com> --- README.md | 2 +- docs/index.md | 4 ++-- tests/install/docker-entrypoint.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fff05b..8884908 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Take the advantage of goodie commands like `phpctl create` to start a new projec ### Just install ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ``` ### And that is it! Try it out: diff --git a/docs/index.md b/docs/index.md index aa0c9e8..38b21f8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ Take the advantage of goodies commands like `phpctl create` to start a new proje ### Installation ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ``` **That is it!** Now you have `phpctl` available in your system. @@ -26,7 +26,7 @@ Take the advantage of goodies commands like `phpctl create` to start a new proje #### Custom installation You can also pass an argument to install at a custom location (e.g. `~/bin`), but you have to make sure that folder is in your `$PATH` variable. ```shell -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" ~/bin +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" ~/bin ``` #### Homebrew diff --git a/tests/install/docker-entrypoint.sh b/tests/install/docker-entrypoint.sh index 87af11d..e62e540 100755 --- a/tests/install/docker-entrypoint.sh +++ b/tests/install/docker-entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash neofetch -/bin/bash -c "$(curl -fsSL https://phpctl.dev/install.sh)" +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opencodeco/phpctl/refs/heads/main/docs/install.sh)" echo "" notty phpctl doctor notty php --version