From d7a1f3ab920fcd9e65b0528a5e51face7c77ee02 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 16 Jun 2025 10:48:41 +0200 Subject: [PATCH] chore: suppress output of dos2unix command --- setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup b/setup index 231f305..41aa21b 100755 --- a/setup +++ b/setup @@ -5,7 +5,7 @@ set -e echo "[+] Cloning submodules..." git submodule update --init --recursive -find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix +find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix >> /dev/null echo "[+] Creating Gitconfigs..."