Skip to content

No Sudo switch for binary installs does not work #745

Discussion options

You must be logged in to vote

This runs a bit counter-intuitive to what I would expect (and I think you are expecting), but --no-sudo is not a binary flag, it is expecting a value. Try this:

 gruntwork-install --binary-name "kubergrunt" --repo "https://github.com/gruntwork-io/kubergrunt" --tag "v0.11.3" --no-sudo true

Here's my run, first without specifying true and then with:

 ~ $ gruntwork-install --binary-name "kubergrunt" --repo "https://github.com/gruntwork-io/kubergrunt" --tag "v0.11.3" --no-sudo
 ~ $ gruntwork-install --binary-name "kubergrunt" --repo "https://github.com/gruntwork-io/kubergrunt" --tag "v0.11.3" --no-sudo true
2023-06-29 09:38:25 [INFO] [gruntwork-install] Installing kubergrunt...
[fetch] INFO[…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by pete0emerson
Comment options

You must be logged in to vote
4 replies
@pete0emerson
Comment options

@goreha-abhilash
Comment options

@pete0emerson
Comment options

@goreha-abhilash
Comment options

Comment options

You must be logged in to vote
1 reply
@goreha-abhilash
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
2 participants