From e832ffdc91c26be0f882fa026f95a17b8a83a0bc Mon Sep 17 00:00:00 2001 From: boypt <1033514+boypt@users.noreply.github.com> Date: Sat, 11 Oct 2025 11:00:18 +0800 Subject: [PATCH] fix proxy usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64a144..06fa4ec 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ sudo bash -c "$(curl -L https://github.com/boypt/openssh-deb/raw/master/lazy_ins Or when the host needs a github proxy to access: ```bash -sudo bash -c "$(curl -L https://github.com/boypt/openssh-deb/raw/master/lazy_install.sh)" @ gh-proxy.com +sudo bash -c "$(curl -L https://gh-proxy.com/github.com/boypt/openssh-deb/raw/master/lazy_install.sh)" @ gh-proxy.com ``` ## Direct Build