From edee56b3bacc48340a8aafd286a3105e7d88c313 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Mon, 16 Jan 2023 16:23:19 +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 2857e62..4d868de 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ Installer for NasBeery ZFS NAS for Raspberry PI 4 and 400 on Raspberry Pi OS Lite 64-Bit ```bash -wget -O setup-nasbeery https://github.com/thorstenspille/nasbeery/raw/main/setup-nasbeery +wget -O setup-nasbeery https://github.com/thorstenspille/nasbeery/raw/dev/setup-nasbeery bash setup-nasbeery ```