From cba3cc033b5eae555f5ef2f7f2d2bc2b29951196 Mon Sep 17 00:00:00 2001 From: Roman Gogolev Date: Tue, 26 Sep 2023 18:40:08 +0300 Subject: [PATCH] add torrserver scripts --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index 4eb2a656..b2799264 100644 --- a/misc/build.func +++ b/misc/build.func @@ -554,7 +554,7 @@ EOF sleep 2 pct exec "$CTID" -- ash -c "apk add bash >/dev/null" fi - lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/romka777/Proxmox/torrserver/install/$var_install.sh)" || exit + lxc-attach -n "$CTID" -- bash -c "$(wget --no-cache -qLO - https://raw.githubusercontent.com/romka777/Proxmox/torrserver/install/$var_install.sh)" || exit }