This repository has been archived on 2019-12-02. You can view files and clone it, but cannot push or open issues/pull-requests.
video-analysis/postBuild

8 lines
342 B
Bash
Executable File

#!/bin/bash
mkdir ~/.fonts
wget --content-disposition -P ~/.fonts/ \
https://github.com/google/fonts/blob/master/apache/roboto/Roboto-Regular.ttf?raw=true \
https://s3.sbruder.de/cdn/fonts/Iosevka/iosevka-sbruder/ttf/iosevka-sbruder-regular.ttf
fc-cache -f
python3 -c 'import matplotlib.font_manager; matplotlib.font_manager._rebuild()'