From a30fb8793c086accc85ee0fed0e3f5f6057fa64f Mon Sep 17 00:00:00 2001 From: John Dorman <427295+boostchicken@users.noreply.github.com> Date: Mon, 13 May 2024 18:11:22 -0700 Subject: [PATCH] Update README.md fix links --- nspawn-container/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nspawn-container/README.md b/nspawn-container/README.md index fa77b85..e8c8d81 100644 --- a/nspawn-container/README.md +++ b/nspawn-container/README.md @@ -112,7 +112,7 @@ This configuration is only needed if you want to isolate the container's network ```sh mkdir -p /data/on_boot.d && cd /data/on_boot.d - curl -LO https://raw.githubusercontent.com/peacey/unifios-utilities/nspawn/nspawn-container/scripts/10-setup-network.sh + curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/10-setup-network.sh vim 10-setup-network.sh ``` @@ -186,7 +186,7 @@ When the firmware is updated, `/data` (which contains our container storage) and ```sh mkdir -p /data/on_boot.d && cd /data/on_boot.d - curl -LO https://raw.githubusercontent.com/peacey/unifios-utilities/nspawn/nspawn-container/scripts/0-setup-system.sh + curl -LO https://raw.githubusercontent.com/unifi-utilities/unifios-utilities/nspawn/nspawn-container/scripts/0-setup-system.sh chmod +x /data/on_boot.d/0-setup-system.sh ```