From 3be95f3b3d65f48a24168a197efec1fcc9f4f563 Mon Sep 17 00:00:00 2001 From: eoli3n Date: Thu, 20 Aug 2020 10:10:55 +0200 Subject: [PATCH] added logfile creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 575c040..f20ca32 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ curl -s https://eoli3n.github.io/archzfs/init | bash To run the script in verbose mode, use: ``` -curl -s https://eoli3n.github.io/archzfs/init | sed 's- &>/dev/null--' | bash +curl -s https://eoli3n.github.io/archzfs/init | sed 's- &>/dev/null--' | bash &> debug.log ``` ### Related