Closed yoshino-s closed 2 years ago
We use $SUDO in other place, but why we use sudo only in here?
install_arkade(){ curl -sLS https://get.arkade.dev | $SUDO sh arkade --help }
install_arkade(){ curl -sLS https://get.arkade.dev | sudo sh arkade --help }
Check at: https://github.com/sponsors/openfaas
Just replace it will be fine.
Thanks for letting us know.
Due diligence
Why do you need this?
We use $SUDO in other place, but why we use sudo only in here?
Expected Behaviour
Current Behaviour
Are you a GitHub Sponsor (Yes/No?)
Check at: https://github.com/sponsors/openfaas
List All Possible Solutions and Workarounds
Just replace it will be fine.