remove sqlite from dependencies

This commit is contained in:
Bob Mottram 2016-11-08 14:01:35 +00:00
parent ab5e6e2aa4
commit 62c1e50612
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ function install_ghost {
install_nodejs ghost
ghost_create_config
sed -i "/sqlite/d" /var/www/${GHOST_DOMAIN_NAME}/htdocs/package.json
npm install --production
if [ ! "$?" = "0" ]; then
function_check remove_nodejs