Report this

What is the reason for this report?

How can I install things with a user data script

Posted on February 21, 2019

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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 sudo to 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.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.