We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b124887 commit 8107a53Copy full SHA for 8107a53
install/ci-vm/ci-linux/startup-script.sh
@@ -8,7 +8,7 @@ apt install gnupg ca-certificates
8
gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
9
echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
10
sudo apt update
11
-apt install -y mono-complete libtesseract-dev libgpac-dev tesseract-ocr-eng
+apt install -y mono-complete libtesseract-dev libgpac-dev tesseract-ocr-eng fonts-noto-core
12
13
mkdir repository
14
cd repository
0 commit comments