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:
parent
1524baf37e
commit
eba79f7376
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue