From 5e84e8e5820938bb55eb26b16c70436120650ced Mon Sep 17 00:00:00 2001 From: dewomser Date: Mon, 1 Nov 2021 19:42:08 +0100 Subject: [PATCH] =?UTF-8?q?Unzip=20und=20dd=20Parameter=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raspi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspi-install.sh b/raspi-install.sh index 8784c06..606fb02 100755 --- a/raspi-install.sh +++ b/raspi-install.sh @@ -75,7 +75,7 @@ echo Ich bin mir SICHER und will auf SD-Karte schreiben : /dev/"${laufwerke2[0]} read -r endgueltigja if [ "$endgueltigja" == "y" ]; then # das hier aktivieren --TOTENKOPF--- zum Schreiben -#unzip raspi.zip | dd of=/dev/${laufwerke2[0]} status=progress +#unzip -p raspi.zip | dd of=/dev/${laufwerke2[0]} bs=4M conv=fsync status=progress echo "Tatatatah ! fertig" else exit