Fix URLs
This commit is contained in:
parent
35924c3401
commit
eb108bef19
@ -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
|
||||
```
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user