diff --git a/custom/update-repos.sh b/custom/update-repos.sh index 975fd7c..8935640 100644 --- a/custom/update-repos.sh +++ b/custom/update-repos.sh @@ -2,4 +2,7 @@ git fetch convert-furigana main git subtree pull --prefix custom/convert-furigana convert-furigana main --squash git fetch convert-usage main -git subtree pull --prefix custom/convert-usage convert-usage main --squash \ No newline at end of file +git subtree pull --prefix custom/convert-usage convert-usage main --squash + +git fetch content main +git subtree pull --prefix content content main --squash \ No newline at end of file