make sure than missing dependencies are installed

This commit is contained in:
meaz 2021-12-11 08:49:55 +01:00
parent 34c4d81716
commit 81b2dfb27b
1 changed files with 3 additions and 3 deletions

View File

@ -89,13 +89,13 @@ fi
echo "Enter git"
cd "${WEB_ROOT}""${WEB_NAME}"
sudo -u "${WWW_USER}" php8.0 bin/gpm install themer
yes | sudo -u "${WWW_USER}" php8.0 bin/gpm install themer
# https://github.com/sommerregen/grav-plugin-themer
sudo -u "${WWW_USER}" php8.0 bin/gpm install tagcloud
yes | sudo -u "${WWW_USER}" php8.0 bin/gpm install tagcloud
# https://github.com/Perlkonig/grav-plugin-tagcloud
sudo -u "${WWW_USER}" php8.0 bin/gpm install form
yes | sudo -u "${WWW_USER}" php8.0 bin/gpm install form
sudo -u "${WWW_USER}" sed -i 's/quark/disroot/g' "${YAML}"
# Add Grav config (the second extra false should be set to true, but it creates an error in Grav ("Trying to access array offset on value of type null")