From 2ab3bf7d29028a78348007c8b4791894a90f81f7 Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Tue, 21 Nov 2023 18:58:28 +0100 Subject: [PATCH] Chenge path in Readme to dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f946f94..f35c721 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ZFS replication script by Thorsten Spille #### Download and make executable ~~~ -wget -q --no-cache -O /usr/bin/bashclub-zsync https://git.bashclub.org/bashclub/zsync/raw/branch/main/bashclub-zsync/usr/bin/bashclub-zsync +wget -q --no-cache -O /usr/bin/bashclub-zsync https://git.bashclub.org/bashclub/zsync/raw/branch/dev/bashclub-zsync/usr/bin/bashclub-zsync chmod +x /usr/bin/bashclub-zsync bashclub-zsync ~~~