From efea65f103b9f3862904874b41001aea64cf94cb Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 14 Jan 2020 18:39:12 +0100 Subject: [PATCH] add relatedpages plugin in vagrant --- vagrant/bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 8bd2cc7cb..63cc937f2 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -49,6 +49,7 @@ sudo chmod 775 -R bin/ sudo -u "${WWW_USER}" bin/grav install sudo -u "${WWW_USER}" bin/gpm install form sudo -u "${WWW_USER}" bin/gpm install simplesearch +sudo -u "${WWW_USER}" bin/gpm install relatedpages sudo -u "${WWW_USER}" sed -i 's/quark/grav-theme-howto/g' "${YAML}" # Add Grav config