This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# reuires google-font-download by Clemens Lang | |
# https://github.com/neverpanic/google-font-download | |
# 1) Put both scripts in mailcow-dockerized home directory. | |
# 2) Reset data/web to default (only css, fonts an js). | |
# rm -rf data/web/{css,fonts,js} && git checkout -- data/web && git status | |
# 3) Run fetcher.sh |