From c9a1f49f91712da3c7cb4577f9c9b53cf88ccfd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 19 Oct 2025 23:06:46 +0200 Subject: [PATCH] Fix doc of bootstrap command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bc0aff..d1f7ea7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For easier installation, the install scripts are available via shortlinks. To (re)install a new machine from a Arch live environment: ``` -curl --proto '=https' -sSfL https://s.hkoerber.de/i/${hostname}.sh | bash +curl --proto '=https' -O -sSfL https://s.hkoerber.de/i/bootstrap.sh && bash bootstrap.sh {host} ``` ## Manual Installation