Skip to content

Instantly share code, notes, and snippets.

View Hadatko's full-sized avatar

Dusan Cervenka Hadatko

View GitHub Profile
@Alexey-Tsarev
Alexey-Tsarev / zfs_install.sh
Last active May 23, 2025 03:10
ZFS 0.8 at Raspberry Pi
#!/usr/bin/env sh
set -e
set -x
CUR_PWD="$(pwd)"
cd "$(dirname $0)"
if [ ! -d zfs ]; then
# https://github.com/zfsonlinux/zfs/wiki/Building-ZFS