Load fresh Raspberry Pi images , check SHA256, and copy to SD-Card , a Bashscript
Find a file
2022-02-23 23:23:48 +01:00
.github/workflows shellcheck.yml 2021-10-31 13:53:14 +01:00
bilder Screenshots and Readme 2021-10-31 21:53:50 +01:00
raspi-install.sh sorry falsches Repository, aber jetzt ! 2022-02-23 23:23:48 +01:00
README.md Achtung Schreibt jetzt 2022-02-23 23:13:27 +01:00

Raspi-auto-downloader

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 -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