mirror of
https://github.com/dewomser/Raspi-auto-downloader.git
synced 2026-03-13 08:57:16 +01:00
Achtung der Downloader schreibt jetzt wirklich !
Abhilfe bei fehlenden Rootrechten werden erklärt
This commit is contained in:
parent
5bb63744a5
commit
5249631648
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue