From eaa51f1fda23ec11a84c0b4aa2a1639c0fd009d5 Mon Sep 17 00:00:00 2001 From: "Toerd@archlinux" Date: Mon, 6 Apr 2020 03:18:29 +0200 Subject: [PATCH] fix: pipe redirect did not work -> <() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc5be04..2b8904f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Heavily inspired by [LARBS](https://github.com/LukeSmithxyz/LARBS). To get started, run the following code after booting into the installation medium ``` bash -curl https://g.phga.de/toerd/fresh/raw/branch/master/bootstrap.sh | bash +bash <(curl https://g.phga.de/toerd/fresh/raw/branch/master/bootstrap.sh) ``` Done!