fix: remove header from profile.d
All checks were successful
Security Check / gitleaks (push) Successful in 3s

This commit is contained in:
tqcq
2026-03-14 11:37:52 +08:00
parent 7a93a255fb
commit cd3dfb92b6

View File

@@ -63,7 +63,6 @@ fi
if ! type -p go > /dev/null; then
curl -fsSL https://go.dev/dl/go1.26.1.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
cat <<'EOF' | sudo tee /etc/profile.d/tool_env.sh
#/bin/bash
export PATH=\$PATH:/usr/local/go/bin:/opt/FlameGraph
EOF
fi