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