diff options
Diffstat (limited to 'scripts/getassets.sh')
-rwxr-xr-x | scripts/getassets.sh | 3 |
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 |