Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sudo inside install.sh #22

Open
TermanEmil opened this issue Aug 22, 2019 · 1 comment
Open

sudo inside install.sh #22

TermanEmil opened this issue Aug 22, 2019 · 1 comment

Comments

@TermanEmil
Copy link

There should be no sudo in scripts.
It gets hard to automate stuff.

I'm using ykush with a docker container and I install everything through an automated script. I get: ./install.sh: line 4: sudo: command not found

@Dr4ik
Copy link

Dr4ik commented Mar 18, 2020

Good point. It is also forcing me to instal sudo inside a docker container which is strange.
It seems to be better to run cp -f bin/ykushcmd /usr/bin instead of using ./install.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants