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:
parent
e3ae526442
commit
7e2c0e7214
2 changed files with 2 additions and 1 deletions
2
TODO.org
2
TODO.org
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue