From a5eb8de102a7d6f135d254183d106ee155692096 Mon Sep 17 00:00:00 2001 From: meaz Date: Tue, 13 Apr 2021 10:23:57 +0200 Subject: [PATCH] set grav version back to 1.6.18 --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 4cf08c7a..ac90058c 100755 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -5,7 +5,7 @@ WEB_NAME="disroot.lan" WEB_ROOT="/var/www/" WWW_USER="www-data" YAML="/var/www/disroot.lan/user/config/system.yaml" -GRAV_VERSION="1.7.10" +GRAV_VERSION="1.6.18" # Provisioning actions apt install dialog