From 6324cbacfe2104d9ad3b7ad5435ab3b918c09247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Mon, 8 Jan 2024 20:34:30 +0800 Subject: [PATCH] fix: Add missing Tesseract Green submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林博仁(Buo-ren, Lin) --- .gitmodules | 4 ++++ README.md | 2 +- Tesseract Green | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 Tesseract Green diff --git a/.gitmodules b/.gitmodules index 59fcc3c..2fd3c13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -11,3 +11,7 @@ path = Tesseract Orange url = https://gitlab.com/tesseract-prebuilt/tesseract-orange.git ignore = dirty +[submodule "Tesseract Green"] + path = Tesseract Green + url = https://gitlab.com/tesseract-prebuilt/tesseract-green.git + ignore = dirty diff --git a/README.md b/README.md index 735e02d..9fa9958 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## 解決方案 -* [Tesseract Green](https://github.com/brlin-tw/tesseract-green) +* [Tesseract Green](https://gitlab.com/tesseract-prebuilt/tesseract-green) An Ansible role for building dependency bundled, ready-to-use Tesseract packages * (開發中)[Tesseract Orange](https://gitlab.com/tesseract-prebuilt/tesseract-orange) Provides reproducible Tesseract build optimized for your machine diff --git a/Tesseract Green b/Tesseract Green new file mode 160000 index 0000000..06046a6 --- /dev/null +++ b/Tesseract Green @@ -0,0 +1 @@ +Subproject commit 06046a6cd6691cad1fe0fa51ab779061319d3c5d