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

changed to last released stable version 0.11.7

This commit is contained in:
André Bação 2017-03-06 12:13:41 +00:00
parent 1524baf37e
commit eba79f7376

View file

@ -35,10 +35,10 @@ echo "Install dependencies..."
sudo apt-get update sudo apt-get update
sudo apt-get install nodejs-legacy npm -y sudo apt-get install nodejs-legacy npm -y
version=0.5.1 version=0.11.7
echo "Downloading Ghost $version..." echo "Downloading Ghost $version..."
mkdir ../tmp 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..." echo "Deploying source files..."
unzip ../tmp/ghost-$version.zip -d ../tmp/ghost unzip ../tmp/ghost-$version.zip -d ../tmp/ghost