1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
This commit is contained in:
André Bação 2017-03-06 12:16:55 +00:00 committed by GitHub
commit ebc0c6768c

View file

@ -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