Skip to content

Instantly share code, notes, and snippets.

View colettace's full-sized avatar
😃
Feeling universal love.

Chris Coletta colettace

😃
Feeling universal love.
View GitHub Profile
@Alexey-Tsarev
Alexey-Tsarev / zfs_install.sh
Last active March 2, 2021 14:00
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