From aa83341933989b3de02d84375437702e88a37447 Mon Sep 17 00:00:00 2001 From: ENDRENCE LETERNET Date: Tue, 29 Jul 2025 14:21:23 +0600 Subject: [PATCH] Remove old update_apt_proxy_all.sh script and its README; add new implementation with enhanced proxy configuration for Proxmox LXC containers and VMs. --- {scripts/misc => misc}/update_apt_proxy_all/README.md | 2 +- .../misc => misc}/update_apt_proxy_all/update_apt_proxy_all.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts/misc => misc}/update_apt_proxy_all/README.md (92%) rename {scripts/misc => misc}/update_apt_proxy_all/update_apt_proxy_all.sh (100%) diff --git a/scripts/misc/update_apt_proxy_all/README.md b/misc/update_apt_proxy_all/README.md similarity index 92% rename from scripts/misc/update_apt_proxy_all/README.md rename to misc/update_apt_proxy_all/README.md index fe7f7da..38e099b 100644 --- a/scripts/misc/update_apt_proxy_all/README.md +++ b/misc/update_apt_proxy_all/README.md @@ -20,7 +20,7 @@ bash scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh Or, run it directly from the raw link (no need to clone): ```bash -bash <(curl -s https://git.lewsion.com/endrence/proxmox-scripts/raw/branch/main/scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh) +bash <(curl -s https://git.lewsion.com/endrence/proxmox-scripts/raw/branch/main/misc/update_apt_proxy_all/update_apt_proxy_all.sh) ``` Follow the prompts to select targets and configure the proxy. diff --git a/scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh b/misc/update_apt_proxy_all/update_apt_proxy_all.sh similarity index 100% rename from scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh rename to misc/update_apt_proxy_all/update_apt_proxy_all.sh