1
0
forked from Proxmox/ProxmoxVE

Clean up comments in networkoptimizer-install.sh

Removed comments about MSBuild issues in the installation script.
This commit is contained in:
CanbiZ (MickLesk)
2026-08-12 09:32:00 +02:00
committed by GitHub
parent 9f15e8ece2
commit de4a24a953
-3
View File
@@ -35,9 +35,6 @@ RID="linux-x64"
[[ "$(dpkg --print-architecture)" == "arm64" ]] && RID="linux-arm64"
cd /opt/networkoptimizer
export MinVerVersionOverride="$(cat ~/.networkoptimizer)"
# MSBuild's persistent worker nodes can deadlock in unprivileged LXC, and a
# flaky IPv6 path can stall NuGet restore for minutes per package - both look
# like an indefinite hang. Neither costs anything for a one-shot publish.
export MSBUILDDISABLENODEREUSE=1
export DOTNET_CLI_TELEMETRY_OPTOUT=1
export DOTNET_SYSTEM_NET_DISABLEIPV6=1