diff --git a/scripts/install b/scripts/install index fb97645..ed76872 100644 --- a/scripts/install +++ b/scripts/install @@ -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" diff --git a/scripts/upgrade b/scripts/upgrade index b464c60..62409ff 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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"