Proper Sudo Checks #174
Closed
kphanipavan
started this conversation in
Feature Request
Replies: 1 comment
-
I was using a sudo check but it was causing issues (at least for me) because Rust or Node (can't remember which) is installed in a user context not machine context so running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Running the script in a container, which defaults to root user, fails to setup because sudo doesn't exist. Having sudo check just like cargo and pnpm helps setup the work environment in a container.
Using Docker Container with lateset Ubuntu image.
Beta Was this translation helpful? Give feedback.
All reactions