minetest-mapserver: add comment

sighs
This commit is contained in:
Starbeamrainbowlabs 2022-11-07 01:12:10 +00:00
parent 88aea0d1d6
commit 66b214b17e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
# NOTE: mapserver doesn't support the leveldb backend - only sqlite3 or postgresql :-(
# ....so we'll need to switch to PostgreSQL, but that adds additional complexity..... oh boy
# The architecture - possible values: arm (default), x86, x86_64
arch="${arch:-arm}";