1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

add apt-get update

This commit is contained in:
Julien Malik 2014-03-25 14:56:22 +01:00
parent e3ae526442
commit 7e2c0e7214
2 changed files with 2 additions and 1 deletions

View file

@ -47,5 +47,5 @@ admin@yunohost:/home/yunohost.app/ghostblog$ du -sh ghost/*
* TODO support installation on root of subdomain * TODO support installation on root of subdomain
* TODO test non-public install * TODO test non-public install
* TODO translate manifest * TODO translate manifest
* TODO aptitude update * DONE aptitude update
* TODO test raspberry * TODO test raspberry

View file

@ -33,6 +33,7 @@ if [[ ! $? -eq 0 ]]; then
fi fi
echo "Install dependencies..." echo "Install dependencies..."
sudo apt-get update
sudo apt-get install nodejs-legacy npm -y sudo apt-get install nodejs-legacy npm -y
version=0.4.1 version=0.4.1