From 717794a8584a2cd99012e33c0f71cb89dad92fb9 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 1 Jan 2024 02:21:16 +0000 Subject: [PATCH] Latest --- docs/terminal/chezmoi-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ```