Skip to content

Commit

Permalink
[doc] use new install script
Browse files Browse the repository at this point in the history
  • Loading branch information
julienj committed Apr 2, 2024
1 parent 84dc46b commit 4920a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/layouts/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
following command</p>
</div>
<div class="c-starting__command">
<span class="c-starting__curl">curl -LSs </span>https://automate-deployer.com/installer.php | php
<span class="c-starting__curl">curl -LSs </span>https://www.automate-deployer.com/install | bash
</div>
<a class="c-button c-button--plain c-button--orange" href="/get-started">Documentation</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/pages/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can use Automate from your workstation or through an integration server like
You can download the latest version of Automate with the following command:

~~~~bash
curl -LSs https://automate-deployer.com/installer.php | php
curl -sS https://www.automate-deployer.com/install | bash
~~~~

The command will verify your PHP settings and launch the download in the current directory.
Expand Down

0 comments on commit 4920a55

Please sign in to comment.