minetest-mapserver: add comment
sighs
This commit is contained in:
parent
88aea0d1d6
commit
66b214b17e
1 changed files with 3 additions and 0 deletions
|
@ -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}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue