From 7cb17c76d597651de2664e49146e427ea6bcd759 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 25 Oct 2020 00:15:21 +0200 Subject: [PATCH] Add themer annd fix wwwuser var --- vagrant/bootstrap.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 2a0b1606..dc5ba986 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -51,8 +51,12 @@ sudo -u "${WWW_USER}" composer install --no-dev -o sudo chown -R ${WWW_USER}:${WWW_USER} "${WEB_ROOT}" sudo chmod 775 -R bin/ sudo -u "${WWW_USER}" bin/grav install -#sudo -u www-data bin/gpm install disroot +#sudo -u "${WWW_USER}" bin/gpm install disroot #sudo -u "${WWW_USER}" bin/gpm install language-selector + +sudo -u "${WWW_USER}" bin/gpm install themer +# https://github.com/sommerregen/grav-plugin-themer + sudo -u "${WWW_USER}" bin/gpm install form sudo -u "${WWW_USER}" sed -i 's/quark/disroot/g' "${YAML}"