From 33618f561288956d60f548a3c84080e88737a72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sun, 14 Aug 2016 08:25:47 -0300 Subject: Add ttf-dejavu for Mate ISO optional installation --- configs/mate/packages.both | 3 +++ .../mate/root-image/root/.scriptsInstallation/language/en/install.sh | 1 + .../mate/root-image/root/.scriptsInstallation/language/es/install.sh | 1 + .../mate/root-image/root/.scriptsInstallation/language/gl/install.sh | 1 + .../mate/root-image/root/.scriptsInstallation/language/pt/install.sh | 1 + 5 files changed, 7 insertions(+) diff --git a/configs/mate/packages.both b/configs/mate/packages.both index fe466e4..3afeeb1 100644 --- a/configs/mate/packages.both +++ b/configs/mate/packages.both @@ -142,6 +142,9 @@ unar unzip zip +#Fonts +ttf-dejavu + #Languages iceweasel-l10n-es-es icedove-l10n-es-es diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh index f08266c..222b695 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/en/install.sh @@ -202,6 +202,7 @@ while [ option != 7 ]; do "unar" "unzip" "zip" + "ttf-dejavu" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh index 73579e7..8a8c691 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/es/install.sh @@ -204,6 +204,7 @@ while [ option != 7 ]; do "unar" "unzip" "zip" + "ttf-dejavu" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh index ec344ae..cfb3fcb 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/gl/install.sh @@ -204,6 +204,7 @@ while [ option != 7 ]; do "unar" "unzip" "zip" + "ttf-dejavu" ) #Install packages diff --git a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh index 41dd4ad..236110c 100755 --- a/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh +++ b/configs/mate/root-image/root/.scriptsInstallation/language/pt/install.sh @@ -204,6 +204,7 @@ while [ option != 7 ]; do "unar" "unzip" "zip" + "ttf-dejavu" ) #Install packages -- cgit v1.2.2