From 7e2c0e7214af879e9fe1eb9b6e50c65eefaf99b1 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Tue, 25 Mar 2014 14:56:22 +0100 Subject: [PATCH] add apt-get update --- TODO.org | 2 +- scripts/install | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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