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..."