You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
I have tried runnning the Nodejs install script with maybe 0.4.0-1 on Ubuntu Yakkety, and with maybe, the script simply stops after "echo 'Installing the NodeSource Node.js 6.x repo...'".
$ curl -sL https://rpm.nodesource.com/setup_6.x | sudo maybe bash -x -
+ print_status 'Installing the NodeSource Node.js 6.x repo...'
++ echo 'Installing the NodeSource Node.js 6.x repo...'
^Cmaybe has not detected any file system operations from bash -x -.
I had to run it without maybe to get the script to run!
The text was updated successfully, but these errors were encountered:
As a side note, I just want to re-iterate that as stated in the README maybe is not security software. When doing things like curl | sudo maybe bash, it's a good idea to ask yourself if you would be comfortable running the command without maybe in there.
Thank you for your comment! I wanted to use maybe for installing Node so I could undo whatever they would have changed, if ever needed! I don't really like installing anything if not from the package manager!
Hey @teresaejunior that script will use package manager only to install Node. So you can uninstall it anytime. For more checkout the script itself and try installing it on some test environment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried runnning the Nodejs install script with maybe 0.4.0-1 on Ubuntu Yakkety, and with maybe, the script simply stops after "echo 'Installing the NodeSource Node.js 6.x repo...'".
I had to run it without maybe to get the script to run!
The text was updated successfully, but these errors were encountered: