diff options
author | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-20 05:47:38 -0700 |
---|---|---|
committer | ArghKevin <kagheli@student.sdccd.edu> | 2024-05-20 05:47:38 -0700 |
commit | 5b3389050c2a024ec4f8b3f97b84e059a5744e81 (patch) | |
tree | 2febd9a191204308163764ec4fe8c6c13d1c2898 /update.sh | |
parent | d3ef9641741c7c119f86824137817cb421e1fd44 (diff) |
Update databases.
Diffstat (limited to 'update.sh')
-rw-r--r-- | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh #git pull --recurse -#curl -LO https://raw.githubusercontent.com/google/fonts/main/tags/all/families.csv +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 |