diff --git a/content/posts/2011-10-24-installing-node-js-and-npm-on-ubuntu-debian.md b/content/posts/2011-10-24-installing-node-js-and-npm-on-ubuntu-debian.md index bc33c34..399a03d 100644 --- a/content/posts/2011-10-24-installing-node-js-and-npm-on-ubuntu-debian.md +++ b/content/posts/2011-10-24-installing-node-js-and-npm-on-ubuntu-debian.md @@ -45,10 +45,10 @@ Then, check if node was installed correctly: Simply run the NPM install script: - curl http://npmjs.org/install.sh | sudo sh + curl https://npmjs.org/install.sh | sudo sh And then check it works: npm -v -That's all. \ No newline at end of file +That's all.