Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.03 KB

Raspi-auto-downloader

. 05.05.2022 Diese Version kann jetzt Images die mit xz gepackt wurden.

.Trigger: Push action Shellchecked

Load fresh images for the Raspberry Pi, check SHA256, and copy to SD-Card, a Bashscript.

Jetzt auch mit den 64er Images

Hilfe raspi-install.sh -h

alt text

Copy and check SD-Image

alt text

Fork, Issue, Pull request, Clone

Be carefull, this script is in status Beta 0.2. !

Bei fehlenden Rootrechten zum Schreiben auf SD-Karte

Wenn die Karte nur als Root gemountet werden kann, muss dd durch sudo dd ersetzt werden. umount -> sudo umount. Gilt ab Zeile 105

Alternative für Ubuntu:

echo 'KERNEL=="sd*", SUBSYSTEMS=="usb", MODE="0666"' | sudo tee /etc/udev/rules.d/99-usb-storage.rules

Quelle : https://askubuntu.com/questions/828545/using-dd-without-sudo