ghost: minor version upgrades to v5 and CLI, to get ready before migrating to v6
This commit is contained in:
@@ -18,7 +18,7 @@ sudo apt-get install nodejs -y
|
||||
|
||||
echo "[+] getting ready..."
|
||||
|
||||
ghost_cli_ver="1.26.0"
|
||||
ghost_cli_ver="1.28.4"
|
||||
sudo npm i -g ghost-cli@${ghost_cli_ver}
|
||||
|
||||
sudo mkdir -p "${BLOG_PATH}"
|
||||
@@ -31,7 +31,7 @@ sudo mkdir -p /etc/nginx/sites-available/ /etc/nginx/sites-enabled/ /etc/nginx/s
|
||||
echo "[+] ooh, interactive stuff"
|
||||
|
||||
# currently track manually, maybe automate
|
||||
ghost_ver="5.105.0"
|
||||
ghost_ver="5.130.6"
|
||||
|
||||
cd "${BLOG_PATH}" && ghost install ${ghost_ver} --no-setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user