From 7e44bd4b4f0825cd1ee55dc88bb247b202018ab1 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Wed, 6 Jan 2021 21:04:20 +0100 Subject: [PATCH] use raw link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9f2dd..59720f9 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Due to the working principle of this script, it is crucial that you **only run i Since this is a simple bash script, there is no package. Simply download the script and make it executable: ```shell -curl -O https://github.com/markusressel/zfs-inplace-rebalancing/blob/master/zfs-inplace-rebalancing.sh +curl -O https://raw.githubusercontent.com/markusressel/zfs-inplace-rebalancing/master/zfs-inplace-rebalancing.sh chmod +x ./zfs-inplace-rebalancing.sh ```