mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-24 05:07:15 +02:00
Clean up comments in networkoptimizer-install.sh
Removed comments about MSBuild issues in the installation script.
This commit is contained in:
committed by
GitHub
parent
9f15e8ece2
commit
de4a24a953
@@ -35,9 +35,6 @@ RID="linux-x64"
|
|||||||
[[ "$(dpkg --print-architecture)" == "arm64" ]] && RID="linux-arm64"
|
[[ "$(dpkg --print-architecture)" == "arm64" ]] && RID="linux-arm64"
|
||||||
cd /opt/networkoptimizer
|
cd /opt/networkoptimizer
|
||||||
export MinVerVersionOverride="$(cat ~/.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 MSBUILDDISABLENODEREUSE=1
|
||||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
|
export DOTNET_SYSTEM_NET_DISABLEIPV6=1
|
||||||
|
|||||||
Reference in New Issue
Block a user