add torrserver scripts

This commit is contained in:
Roman Gogolev 2023-09-26 18:40:08 +03:00
parent 451f14965f
commit cba3cc033b
1 changed files with 1 additions and 1 deletions

View File

@ -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
}