From 1e284c5ebd72a1615f8305fa1ede171702190ba1 Mon Sep 17 00:00:00 2001 From: home Date: Tue, 31 Oct 2023 21:53:14 +0300 Subject: [PATCH] readme : silence curl for bootstrap. --- .README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.README.md b/.README.md index 3290637..e7498df 100644 --- a/.README.md +++ b/.README.md @@ -6,7 +6,7 @@ This is my own custom config that I use on my GNU/Linux machines. Not ment to be **CAREFUL!** This will overwrite files with the same name in your home directory! ```bash -curl https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc +curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc ``` # Table of contents.