mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
[enh] bump to 0.5.1
This commit is contained in:
parent
77e6b72763
commit
1ff47930a2
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue