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