Remove the use of requiring sudo for installing deps
jkammerland opened this issue · 3 comments
jkammerland commented
Use a packagemanager or some other method
lnicco commented
@jkammerland do you have a more specific recommendation? If you can post a PR we can discuss there
jbeshay commented
@jkammerland, You're probably using the ./build.sh script. The best way to avoid sudo right now is to use --no-install-dependencies
and handle that manually outside of the script.
jkammerland commented