From de4a24a953464cf2dabcbe3d84e408284315ddd2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:32:00 +0200 Subject: [PATCH] Clean up comments in networkoptimizer-install.sh Removed comments about MSBuild issues in the installation script. --- install/networkoptimizer-install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install/networkoptimizer-install.sh b/install/networkoptimizer-install.sh index 7636380a127..8f98c672e96 100644 --- a/install/networkoptimizer-install.sh +++ b/install/networkoptimizer-install.sh @@ -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