From 52496316485ee2f717a28e77ed0eb9f9baa160b5 Mon Sep 17 00:00:00 2001 From: dewomser Date: Wed, 23 Feb 2022 23:01:20 +0100 Subject: [PATCH] =?UTF-8?q?Achtung=20der=20Downloader=20schreibt=20jetzt?= =?UTF-8?q?=20wirklich=20!=20Abhilfe=20bei=20fehlenden=20Rootrechten=20wer?= =?UTF-8?q?den=20erkl=C3=A4rt?= 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 2156198..0945b47 100755 --- a/raspi-install.sh +++ b/raspi-install.sh @@ -103,7 +103,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 -p raspi"attribut".zip | dd of=/dev/${laufwerke2[0]} bs=4M conv=fsync status=progress +unzip -p raspi"attribut".zip | dd of=/dev/${laufwerke2[0]} bs=4M conv=fsync status=progress echo "Tatatatah ! fertig" else exit