From eba79f73761790c13d730d60d4e1022486a3acc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81=20Bac=CC=A7a=CC=83o?= Date: Mon, 6 Mar 2017 12:13:41 +0000 Subject: [PATCH] changed to last released stable version 0.11.7 --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index ed76872..dcf9bd4 100644 --- a/scripts/install +++ b/scripts/install @@ -35,10 +35,10 @@ echo "Install dependencies..." sudo apt-get update sudo apt-get install nodejs-legacy npm -y -version=0.5.1 +version=0.11.7 echo "Downloading Ghost $version..." mkdir ../tmp -sudo wget -O ../tmp/ghost-$version.zip "https://en.ghost.org/zip/ghost-$version.zip" +sudo wget -O ../tmp/ghost-$version.zip "https://github.com/TryGhost/Ghost/releases/download/$version/Ghost-$version.zip" echo "Deploying source files..." unzip ../tmp/ghost-$version.zip -d ../tmp/ghost