unifi-utilities / unifios-utilities

A collection of enhancements for UnifiOS based devices
GNU General Public License v3.0
3.95k stars 419 forks source link

Documentation: Please update curl commands in nspawn-container article #601

Closed lwbt closed 6 months ago

lwbt commented 7 months ago

Describe the bug Please update curl commands in nspawn-container article, after reading it once more and comparing the scripts I found a few differences because the other repo is a few commits behind.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://github.com/unifi-utilities/unifios-utilities/tree/main/nspawn-container
  2. Check "Step 2A: Configure the Container to use an Isolated MacVLAN Network" and compare links in text and code block
  3. Scroll down to "Step 3: Configure Persistence Across Firmware Updates" and compare links in text and code block
  4. A repository peacey/unifios-utilities is used instead of unifi-utilities/unifios-utilities

Expected behavior

Additional context

-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
-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
boostchicken commented 6 months ago

Send a PR plz

boostchicken commented 6 months ago

I fixed it because of security issues