diff --git a/docs/installing/os/ubuntu.rst b/docs/installing/os/ubuntu.rst index a9bb91bd96..ef1fabdfa0 100644 --- a/docs/installing/os/ubuntu.rst +++ b/docs/installing/os/ubuntu.rst @@ -16,8 +16,8 @@ If you want to use MongoDB, LevelDB, or another database instead of Redis please .. code:: bash - $ add-apt-repository ppa:chris-lea/node.js - $ apt-get update && apt-get dist-upgrade + $ sudo add-apt-repository ppa:chris-lea/node.js + $ sudo apt-get update && sudo apt-get dist-upgrade Next, clone this repository: