fix: remove header from profile.d
All checks were successful
Security Check / gitleaks (push) Successful in 3s
All checks were successful
Security Check / gitleaks (push) Successful in 3s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user