From 3af40f71be6a690461274d3bf4470f412c4b85f6 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 16 Nov 2025 11:45:16 +0100 Subject: [PATCH] feat: add RFC 2488 URL to generated .env.ini (#10) In Vegvisir 3.4.0 ([#91](/vegvisir/vegvisir/pulls/91)) the `rfc_4288_url` will default to `null` if unset to use the system's `magic.mime` file instead. This means we need to set this variable to the "recommended" URL explicitly since it won't default to that anymore. Reviewed-on: https://codeberg.org/vegvisir/install/pulls/10 --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a1a106b..ffae41c 100755 --- a/install.sh +++ b/install.sh @@ -97,6 +97,7 @@ configure_vegvisir() { "root_path = '${cwd}'" "shell_page = 'public/shell'" "public_path = 'public/'" + "rfc_4288_url = 'http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types'" ) for line in "${config[@]}" ; do