summaryrefslogtreecommitdiff
path: root/scripts/getassets.sh
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2020-06-07 14:22:19 +0200
committerywang <yw05@forksworld.de>2020-06-07 14:22:19 +0200
commit8eb50eddb9733b01f19d19a2bbb68bac9d64c8d4 (patch)
treefe643164c033480b804727819cd38738ca2957b6 /scripts/getassets.sh
parentbe16cf2f6e4548d3ba6f0554202c921b0c90b5a5 (diff)
downloadlifomapserver-ywang-patch.tar.gz
lifomapserver-ywang-patch.tar.bz2
lifomapserver-ywang-patch.zip
Use unpkg when possible; update map tile generatorywang-patch
- Moved most sources to unpkg. - Add scripts/getassets to fetch files that need to be hosted locally. - Added a new map tile generator that uses symlinks instead of PHP.
Diffstat (limited to 'scripts/getassets.sh')
-rwxr-xr-xscripts/getassets.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/getassets.sh b/scripts/getassets.sh
new file mode 100755
index 0000000..34dde08
--- /dev/null
+++ b/scripts/getassets.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# This script fetches all necessary files to run the map server
+git clone https://github.com/FortAwesome/Font-Awesome.git --depth 1 ../htdocs/fa