From c6f9cd12e0f0602e3c06493988bdf0d013307851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Marchal?= Date: Mon, 8 Apr 2024 00:10:18 +0200 Subject: [PATCH] Added content repo in update script --- custom/update-repos.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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