mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 16:57:16 +01:00
Unzip und dd Parameter geändert
This commit is contained in:
parent
2b6efa74eb
commit
5e84e8e582
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue