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
|
Installer for NasBeery ZFS NAS for Raspberry PI 4 and 400 on Raspberry Pi OS Lite 64-Bit
|
||||||
|
|
||||||
```bash
|
```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
|
bash setup-nasbeery
|
||||||
```
|
```
|
||||||
|
@ -26,7 +26,7 @@ FORMAT=0
|
|||||||
ADDONS=
|
ADDONS=
|
||||||
ZPOOL=tank
|
ZPOOL=tank
|
||||||
SHARE=share
|
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
|
while getopts "hU:P:H:D:FIZ:S:" opt; do
|
||||||
case $opt in
|
case $opt in
|
||||||
|
Loading…
Reference in New Issue
Block a user