Skip to content

Instantly share code, notes, and snippets.

View rsheasby's full-sized avatar

Ryan David Sheasby rsheasby

View GitHub Profile
#!/bin/sh
set -e
sudo apt update
sudo apt install -y debhelper libcapture-tiny-perl libconfig-inifiles-perl pv lzop mbuffer build-essential git
cd /tmp
git clone https://github.com/jimsalterjrs/sanoid.git
cd sanoid
git checkout $(git tag | grep "^v" | tail -n 1)