Update README.md to reflect correct script path for update_apt_proxy_all.sh

This commit is contained in:
2025-07-29 14:20:12 +06:00
parent c31eedef3d
commit 92a9f3e1e7
2 changed files with 2 additions and 56 deletions

View File

@@ -14,13 +14,13 @@ This script automates the configuration of the apt-cacher-ng proxy for all Proxm
You can run the script directly if its cloned locally:
```bash
bash scripts/misc/update_apt_proxy_all.sh
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.sh)
bash <(curl -s https://git.lewsion.com/endrence/proxmox-scripts/raw/branch/main/scripts/misc/update_apt_proxy_all/update_apt_proxy_all.sh)
```
Follow the prompts to select targets and configure the proxy.