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

[enh] bump to 0.5.1

This commit is contained in:
Julien Malik 2014-09-19 00:40:17 +02:00
parent 77e6b72763
commit 1ff47930a2
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -11,7 +11,7 @@ sudo service ynh-ghostblog stop
final_path=/var/www/ghostblog
version=0.5.0
version=0.5.1
echo "Downloading Ghost $version..."
mkdir ../tmp
sudo wget -O ../tmp/ghost-$version.zip "https://en.ghost.org/zip/ghost-$version.zip"