Skip to content

Instantly share code, notes, and snippets.

View moritzbuhl's full-sized avatar

Moritz Buhl moritzbuhl

View GitHub Profile
@moritzbuhl
moritzbuhl / openbsd-rockpis.sh
Last active September 11, 2021 10:39
OpenBSD Installation on the Rock Pi S
#!/bin/sh
# Jonathan helped me installing OpenBSD on a Rock Pi S this is how.
# Thank you jonathan!
# I haven't tested this again.
set -eu
if [ -z ${1:-} ] || [ ${1#sd} -lt 1 ]
then