RnbWd
RnbWd
i got it to download on brew but it's saying i don't have permission to run - I haven't tested the binary alone yet
yeah it works identical either way - brew is downloading the the correct binary into the path, but I can't get the file you hosted to work on my machine.
thanks for working on this - I really want to get it working with a browser gui like jess/chromium or jess/firefox - reading over the docs it looks like docker...
nut works fine when i compile it locally - docker for mac - the beta - but the binary file from github had permission issues.. maybe i just need to...
yep... answered my own question lol it works now
with brew though - it also doesn't have correct permission, and I'm not sure if that can be bypassed without prompting the user to input their password during the install.....
Also I could be wrong about that - I'm just looking at various brews in the repo and trying my best to link a binary, I've attempted for another project...
Thanks I'll read over the internals of nut! Docker-Beta is actually an application, not a binary, so it would be downloaded with `brew cask`. The app symlinks those docker binaries...
home-brew is has some terrible documentation... this is why 'sudo is bad': > tl;dr Sudo is dangerous, and you installed TextMate.app without sudo anyway. > > Homebrew is designed to...
I wrote a little npm script here: https://github.com/RnbWd/nut-bin (sorry all the namespaces are taken). but it links to the binary you created a few days ago, `npm install -g nut-bin`...