From cad1be950bb26b4460c9b439932fd054f7cb08f1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 3 Nov 2024 16:20:50 -0800 Subject: [PATCH] Require bash for setup.sh script instead of sh --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 786b494f..5de42c07 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@     @@ -99,7 +99,7 @@ archivebox init --setup

# Option D: Or use the optional auto setup script to install it -curl -fsSL 'https://get.archivebox.io' | sh +curl -fsSL 'https://get.archivebox.io' | bash
Open http://localhost:8000 to see your server's Web UI ➡️ @@ -233,7 +233,7 @@ See below for more usage examples using the C
  1. Install Docker on your system (optional, highly recommended but not required).
  2. Run the automatic setup script. -
    curl -fsSL 'https://get.archivebox.io' | sh
    +
    curl -fsSL 'https://get.archivebox.io' | bash
    For more info, see Install: Bare Metal in the Wiki. ➡️
@@ -368,7 +368,7 @@ See below for more usage examples using the C