From e899ae002b8eb95393454facc8d4c39508f8add4 Mon Sep 17 00:00:00 2001 From: "thorsten.spille" Date: Mon, 11 Mar 2024 22:58:13 +0100 Subject: [PATCH] Fix download url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d24dc8..e851ca0 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ apt install bashclub-zsync #### Download and make executable ~~~ -wget -q --no-cache -O /usr/bin/bashclub-zsync https://git.bashclub.org/bashclub/zsync/raw/branch/dev/bashclub-zsync/usr/bin/bashclub-zsync +wget -q --no-cache -O /usr/bin/bashclub-zsync https://gitlab.bashclub.org/bashclub/zsync/-/raw/main/bashclub-zsync/usr/bin/bashclub-zsync chmod +x /usr/bin/bashclub-zsync bashclub-zsync ~~~