This commit is contained in:
simono41 2018-05-11 12:00:19 +02:00
parent 811afbda48
commit 29daf0e701
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View file

@ -607,6 +607,14 @@ if ! grep '#!' $RCLOCALSHUTDOWN; then
echo "#!/bin/bash" > $RCLOCALSHUTDOWN
fi
# install-firacode
# In download.sh
for type in Bold Light Medium Regular Retina; do
wget -O /usr/share/fonts/TTF/FiraCode-${type}.ttf \
"https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true";
done
if [ "$version" != "lite" ]; then
### custom-installer