Skip to content

Update sudo command for linux repository install

Steve Xuereb requested to merge docs/update-install into main

What does this MR do?

Update sudo command for linux repository install

Why was this MR needed?

We used to have to pass the -E when we asked users to set GITLAB_RUNNER_DISABLE_SKEL=true but in 14.0 we made this by default in !2942 (merged) so there is no need to specify the -E flag anymore, and it might be safer for our users since we won't inherit values

Merge request reports