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

bump to 0.4.2 release

This commit is contained in:
Julien Malik 2014-03-27 19:03:40 +01:00
parent e0d9a6ce9f
commit 51b42fcc85

View file

@ -36,7 +36,7 @@ echo "Install dependencies..."
sudo apt-get update
sudo apt-get install nodejs-legacy npm -y
version=0.4.1
version=0.4.2
echo "Downloading Ghost $version..."
mkdir ../tmp
sudo wget -O ../tmp/ghost-$version.zip "https://en.ghost.org/zip/ghost-$version.zip"