diff --git a/docs/terminal/chezmoi-intro.md b/docs/terminal/chezmoi-intro.md index 1c6ab115..ef056a5f 100644 --- a/docs/terminal/chezmoi-intro.md +++ b/docs/terminal/chezmoi-intro.md @@ -19,5 +19,5 @@ With all that in order, the next time you can headlessly provision your workstat export AGE_PASSWORD=YourAgePassword export START_REPO=GitHubUsername export SUDO_PASSWORD=YourSudoPassword -bash <(curl -sSL --compressed https://install.doctor/start) +bash <(curl -sSL https://install.doctor/start) ```