From a142debfa9babf64687913cc79a8ace98e091409 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sat, 17 Jan 2026 21:54:09 +0100 Subject: [PATCH] fix: add support for Vegvisir 3.5.0 (#11) Vegvisir 3.5.0 introduced a new static method for echoing the page shell element Reviewed-on: https://codeberg.org/vegvisir/install/pulls/11 --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index ffae41c..99a418f 100755 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ install_vegvisir() { # Update submodules git submodule update --init --recursive fi - + # Install dependencies with composer (cd vegvisir && composer install --classmap-authoritative) @@ -99,7 +99,7 @@ configure_vegvisir() { "public_path = 'public/'" "rfc_4288_url = 'http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types'" ) - + for line in "${config[@]}" ; do echo "${line}" >> vegvisir/.env.ini done @@ -122,7 +122,7 @@ generate_example_website() { "" " " " " - " " + " " " " " " "" @@ -236,4 +236,4 @@ if [[ "$choice" == "y" || "$choice" == "Y" ]] ; then main else echo "Installation aborted." -fi \ No newline at end of file +fi