By Bruno
Hey everyone!
I’m trying to create droplets with user data and this script https://github.com/do-community/automated-setups/blob/master/Ubuntu-18.04/initial_server_setup.sh. I’d like to install node.js by adding these command lines to the script
curl -sL https://deb.nodesource.com/setup_10.x | -E bash -
apt-get install -y nodejs
But node.js isn’t installed when the droplet is created. These commands work just fine when executed afterward.
Did I miss something? Because it seems possible https://www.digitalocean.com/docs/droplets/resources/metadata/#how-to-provide-user-data :)
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This question was answered by @brunob:
Thanks for your answer. It helped a lot.
I had a look and nothing weird was in the logs, well there was not much in it actually. Nothing related to my commands.
So I tried several things and it appears that I explicitly didn’t use
sudoto run my commands. I don’t know why, I thought I shouldn’t use it in the script. Running commands with sudo made it work.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.