From afb79d1872044a89e416c68c84fb550577706f5e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Sep 2025 01:33:02 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20RDP=20=EC=A0=9C=EC=96=B4=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20curl=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EB=B0=A9=EB=B2=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - README.md에 rdp-control.sh 직접 다운로드 방법 추가 - curl 명령어로 스크립트 다운로드 후 바로 사용 가능 - 리포지토리 클론 없이도 제어 스크립트 사용 가능 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index a7822d9..e8825f3 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,18 @@ cd proxmox-rdp-autosetup bash install_web_control.sh ``` +### RDP 제어 스크립트 다운로드 +```bash +# curl로 직접 다운로드 +curl -fsSL https://git.0bin.in/thug0bin/proxmox-rdp-autosetup/raw/branch/main/rdp-control.sh -o rdp-control.sh +chmod +x rdp-control.sh + +# 사용법 +./rdp-control.sh start +./rdp-control.sh status +./rdp-control.sh stop +``` + ## 📋 주요 기능 ### 자동 RDP 설정