summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorArghKevin <kagheli@student.sdccd.edu>2024-05-16 03:21:16 -0700
committerArghKevin <kagheli@student.sdccd.edu>2024-05-16 03:21:16 -0700
commitae99f9afc615bfd6f4dd0b6d6f7847928956a318 (patch)
tree129e4600c8ab916b6f974705ea50d0fa8af43297 /update.sh
parent8c7631f8c21472ea0699a3def7682583efc119a9 (diff)
Week 4 progress.
Diffstat (limited to 'update.sh')
-rw-r--r--update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 361bcfd..b1ee72b 100644
--- a/update.sh
+++ b/update.sh
@@ -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