diff --git a/TODO.org b/TODO.org index 24d67b8..a26ff41 100644 --- a/TODO.org +++ b/TODO.org @@ -47,5 +47,5 @@ admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/* * TODO support installation on root of subdomain * TODO test non-public install * TODO translate manifest -* TODO aptitude update +* DONE aptitude update * TODO test raspberry diff --git a/scripts/install b/scripts/install index f46c572..e206103 100644 --- a/scripts/install +++ b/scripts/install @@ -33,6 +33,7 @@ if [[ ! $? -eq 0 ]]; then fi echo "Install dependencies..." +sudo apt-get update sudo apt-get install nodejs-legacy npm -y version=0.4.1