From d5646c901ee6f3077e6ed9f33dbf34b3cb1de4a0 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 25 Sep 2019 15:06:33 +0200 Subject: [PATCH] Install from release instead of master Install from release instead of master --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dd3d6bc..e7cb3ff 100644 --- a/README +++ b/README @@ -15,7 +15,7 @@ the zfs utilities and cron, and can run in the dash shell. Installation: ------------- -wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/master.zip -unzip master.zip -cd zfs-auto-snapshot-master +wget https://github.com/zfsonlinux/zfs-auto-snapshot/archive/upstream/1.2.4.tar.gz +tar -xzf 1.2.4.tar.gz +cd zfs-auto-snapshot-upstream-1.2.4 make install