diff options
Diffstat (limited to 'update.sh')
-rw-r--r-- | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #!/bin/sh -git pull --recurse +#git pull --recurse +curl -LO https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv curl https://fonts.google.com/metadata/stats | \ # First line is junk. sed -n -e '2,$p' > popularity.json |