diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-14 08:25:47 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-08-14 08:25:47 -0300 |
commit | 33618f561288956d60f548a3c84080e88737a72b (patch) | |
tree | f5714700a40dd1317fa9ef4aa0c0c427305e3547 /configs | |
parent | 455b406494bc2b1090a2238c0769f8cbf3323170 (diff) |
Add ttf-dejavu for Mate ISO optional installation
Diffstat (limited to 'configs')
5 files changed, 7 insertions, 0 deletions
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 |