This commit is contained in:
thorstenspille 2023-01-16 16:24:24 +01:00
parent 35924c3401
commit eb108bef19
2 changed files with 2 additions and 2 deletions

View File

@ -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/bashclub/nasbeery/raw/main/setup-nasbeery
bash setup-nasbeery
```

View File

@ -26,7 +26,7 @@ FORMAT=0
ADDONS=
ZPOOL=tank
SHARE=share
BASE_REPO=https://github.com/thorstenspille/nasbeery
BASE_REPO=https://github.com/bashclub/nasbeery
while getopts "hU:P:H:D:FIZ:S:" opt; do
case $opt in