chore: suppress output of dos2unix command

This commit is contained in:
2025-06-16 10:48:41 +02:00
parent 6c770bdf90
commit d7a1f3ab92

2
setup
View File

@ -5,7 +5,7 @@ set -e
echo "[+] Cloning submodules..." echo "[+] Cloning submodules..."
git submodule update --init --recursive 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..." echo "[+] Creating Gitconfigs..."