From afbb189be6e660ab024552dea47a64e4012ed4ca Mon Sep 17 00:00:00 2001 From: Pigges Date: Mon, 8 Jul 2024 00:35:37 +0200 Subject: [PATCH] pipe script into sh for a cleaner command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d443a2..54efad8b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,5 @@ ## Usage Open your terminal and paste this command ```bash -bash <(curl -L https://raw.githubusercontent.com/ChrisTitusTech/linutil/main/start.sh) +curl -fsSL https://raw.githubusercontent.com/ChrisTitusTech/linutil/main/start.sh | sh ```