From 617af01fd7b0ee9f98ae4b763f6d80e2d191df63 Mon Sep 17 00:00:00 2001 From: ENDRENCE LETERNET Date: Tue, 29 Jul 2025 14:21:49 +0600 Subject: [PATCH] Fix script path in README.md for update_apt_proxy_all.sh --- misc/update_apt_proxy_all/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update_apt_proxy_all/README.md b/misc/update_apt_proxy_all/README.md index 38e099b..8638d21 100644 --- a/misc/update_apt_proxy_all/README.md +++ b/misc/update_apt_proxy_all/README.md @@ -14,7 +14,7 @@ This script automates the configuration of the apt-cacher-ng proxy for all Proxm You can run the script directly if it’s cloned locally: ```bash -bash scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh +bash misc/update_apt_proxy_all/update_apt_proxy_all.sh ``` Or, run it directly from the raw link (no need to clone):