Skip to content

Instantly share code, notes, and snippets.

View Alexey-Tsarev's full-sized avatar
🕺

Alexey Tsarev Alexey-Tsarev

🕺
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