From cd3dfb92b634d216d69a6c8d102ef426fd0ebd3d Mon Sep 17 00:00:00 2001 From: tqcq <99722391+tqcq@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:37:52 +0800 Subject: [PATCH] fix: remove header from profile.d --- run_once_before_00-install-deps.sh.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/run_once_before_00-install-deps.sh.tmpl b/run_once_before_00-install-deps.sh.tmpl index 3db55b1..3e90f01 100644 --- a/run_once_before_00-install-deps.sh.tmpl +++ b/run_once_before_00-install-deps.sh.tmpl @@ -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