Skip to content

Commit a30fb87

Browse files
authored
Update README.md
fix links
1 parent c8a39bf commit a30fb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nspawn-container/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This configuration is only needed if you want to isolate the container's network
112112
113113
```sh
114114
mkdir -p /data/on_boot.d && cd /data/on_boot.d
115-
curl -LO https://raw.githubusercontent.com/peacey/unifios-utilities/nspawn/nspawn-container/scripts/10-setup-network.sh
115+
curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/10-setup-network.sh
116116
vim 10-setup-network.sh
117117
```
118118
@@ -186,7 +186,7 @@ When the firmware is updated, `/data` (which contains our container storage) and
186186
187187
```sh
188188
mkdir -p /data/on_boot.d && cd /data/on_boot.d
189-
curl -LO https://raw.githubusercontent.com/peacey/unifios-utilities/nspawn/nspawn-container/scripts/0-setup-system.sh
189+
curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/0-setup-system.sh
190190
chmod +x /data/on_boot.d/0-setup-system.sh
191191
```
192192

0 commit comments

Comments
 (0)