From efcd653db296cb443361afe916f790f0fadb18fe Mon Sep 17 00:00:00 2001 From: PharmQ Admin Date: Sat, 27 Sep 2025 10:41:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README=20URLs=20to=20us?= =?UTF-8?q?e=20live=20production=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change all script URLs from feature/working-headscale-setup to live/pharmq-headscale-production - Update Windows PowerShell installation commands to use live server settings - Update Linux quick-install script URLs to point to live branch - Ensure all users get the latest production-ready scripts with correct server configuration ๐Ÿค– Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7220f50..748db05 100644 --- a/README.md +++ b/README.md @@ -203,19 +203,19 @@ git push origin main ### ๋น ๋ฅธ ์„ค์น˜ (๊ถŒ์žฅ) ```bash # ์ผ๋ฐ˜ ์‚ฌ์šฉ์ž ๊ณ„์ • -curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/quick-install.sh | sudo bash +curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/quick-install.sh | sudo bash # root ๊ณ„์ • (Proxmox ๋“ฑ) -curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/quick-install.sh | bash +curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/quick-install.sh | bash ``` ### ๊ธฐ์กด Tailscale ์—ฐ๊ฒฐ์ด ์žˆ๋Š” ๊ฒฝ์šฐ (๊ฐ•์ œ ์žฌ๋“ฑ๋ก) ```bash # ์ผ๋ฐ˜ ์‚ฌ์šฉ์ž -curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/quick-install.sh | sudo bash -s -- --force +curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/quick-install.sh | sudo bash -s -- --force # root ๊ณ„์ • -curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/quick-install.sh | bash -s -- --force +curl -fsSL https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/quick-install.sh | bash -s -- --force ``` ### ์ง€์› OS @@ -232,19 +232,19 @@ Windows PC์—์„œ **ํ•œ ๋ฒˆ์˜ ๋ณต์‚ฌ ๋ถ™์—ฌ๋„ฃ๊ธฐ**๋กœ ํŒœํ ๋„คํŠธ์›Œํฌ ์—ฐ ### ๊ธฐ๋ณธ ์„ค์น˜ (๊ถŒ์žฅ) - ์ธ์ฝ”๋”ฉ ๋ฌธ์ œ ํ•ด๊ฒฐ๋จ ```powershell # ๊ด€๋ฆฌ์ž PowerShell์—์„œ ๋ณต์‚ฌ ๋ถ™์—ฌ๋„ฃ๊ธฐ (English version - ํ•œ๊ธ€ ๊นจ์ง ํ•ด๊ฒฐ) -iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/farmq-install-en.ps1')) +iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/farmq-install-en.ps1')) ``` ### ๊ธฐ์กด Tailscale ์žˆ๋Š” ๊ฒฝ์šฐ (๊ฐ•์ œ ์žฌ๋“ฑ๋ก) ```powershell # ๊ธฐ์กด ์—ฐ๊ฒฐ์„ ์ž๋™์œผ๋กœ ํ•ด์ œํ•˜๊ณ  ์žฌ๋“ฑ๋ก (English version) -$Force = $true; iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/farmq-install-en.ps1')) +$Force = $true; iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/farmq-install-en.ps1')) ``` ### ํ•œ๊ธ€ ๋ฒ„์ „ (์ธ์ฝ”๋”ฉ ๋ฌธ์ œ ๋ฐœ์ƒ ๊ฐ€๋Šฅ) ```powershell # ํ•œ๊ธ€์ด ๊นจ์ ธ ๋ณด์ผ ์ˆ˜ ์žˆ์Œ - ์œ„ English ๋ฒ„์ „ ๊ถŒ์žฅ -iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/feature/working-headscale-setup/farmq-install.ps1')) +iex ((New-Object System.Net.WebClient).DownloadString('https://git.0bin.in/thug0bin/headscale-tailscale-replacement/raw/branch/live/pharmq-headscale-production/farmq-install.ps1')) ``` ### ์‹คํ–‰ ๋ฐฉ๋ฒ•