use raw link

This commit is contained in:
Markus Ressel 2021-01-06 21:04:20 +01:00 committed by GitHub
parent b624d415a3
commit 7e44bd4b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```