Skip to content

Commit 65bbc36

Browse files
hrideshmgcanihavesomecoffee
authored andcommitted
fix: add missing font
1 parent b124887 commit 65bbc36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/ci-vm/ci-linux/startup-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apt install gnupg ca-certificates
88
gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
99
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
1010
sudo apt update
11-
apt install -y mono-complete libtesseract-dev libgpac-dev tesseract-ocr-eng
11+
apt install -y mono-complete libtesseract-dev libgpac-dev tesseract-ocr-eng fonts-noto-core
1212

1313
mkdir repository
1414
cd repository

0 commit comments

Comments
 (0)