From e659991dd904715d09f89fc03f6b38b778d0d48c Mon Sep 17 00:00:00 2001 From: Giuseppe Attardi <giuseppe.attardi@garr.it> Date: Mon, 8 Oct 2018 22:41:54 +0200 Subject: [PATCH] Update install-fonts.sh --- install-fonts.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/install-fonts.sh b/install-fonts.sh index 1bdd656..287a8ed 100644 --- a/install-fonts.sh +++ b/install-fonts.sh @@ -31,14 +31,14 @@ sudo mv Tw*.ttf /usr/share/fonts/truetype rm tw-cen-mt-condensed # Optionally remove extra fonts -sudo apt remove fonts-taml fonts-telu fonts-mlym -sudo apt remove fonts-lohit-telu fonts-lohit-taml fonts-lohit-taml fonts-lohit-orya fonts-lohit-mlym fonts-lohit-knda fonts-lohit-guru -sudo apt remove fonts-deva fonts-gujr fonts-guru fonts-knda fonts-lohit-beng-assamese fonts-lohit-beng-bengali fonts-lohit-deva fonts-lohit-gujr -sudo apt remove fonts-kacst fonts-kacst-one fonts-pagul -sudo apt remove fonts-thai-tlwg-web fonts-tlwg-garuda fonts-tlwg-garuda-otf fonts-tlwg-garuda-ttf -sudo apt remove fonts-noto-mono fonts-noto-cjk -sudo apt remove fonts-khmeros-core fonts-khmeros -sudo apt remove fonts-lklug-sinhala fonts-tibetan-machine fonts-sil-padauk +sudo apt -y remove fonts-taml fonts-telu fonts-mlym +sudo apt -y remove fonts-lohit-telu fonts-lohit-taml fonts-lohit-taml fonts-lohit-orya fonts-lohit-mlym fonts-lohit-knda fonts-lohit-guru +sudo apt -y remove fonts-deva fonts-gujr fonts-guru fonts-knda fonts-lohit-beng-assamese fonts-lohit-beng-bengali fonts-lohit-deva fonts-lohit-gujr +sudo apt -y remove fonts-kacst fonts-kacst-one fonts-pagul +sudo apt -y remove fonts-thai-tlwg-web fonts-tlwg-garuda fonts-tlwg-garuda-otf fonts-tlwg-garuda-ttf +sudo apt -y remove fonts-noto-mono fonts-noto-cjk +sudo apt -y remove fonts-khmeros-core fonts-khmeros +sudo apt -y remove fonts-lklug-sinhala fonts-tibetan-machine fonts-sil-padauk # If DocumnentServer is running within a container # find the container with: -- GitLab