diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-19 16:56:16 +0100 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2023-02-19 16:56:16 +0100 |
commit | f6be1b847c4a1e6748e082ed6300fb54d7f3b133 (patch) | |
tree | 09ea5d5ee10a685c4ed52d4150ad4e867ec0f948 | |
parent | a4a1d6d5541143376578e612e8a7394588004826 (diff) |
install dejavu and fontconfig
-rwxr-xr-x | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,12 +59,14 @@ if command_exists pacman; then thunderbird \ signal-desktop \ element-desktop \ + fontconfig \ terminus-font \ ttf-hack \ ttf-hanazono \ noto-fonts \ noto-fonts-emoji \ noto-fonts-extra \ + ttf-dejavu \ xclip \ hexchat \ brightnessctl \ @@ -104,11 +106,13 @@ elif command_exists apt; then thunderbird \ signal-desktop \ element-desktop \ + fontconfig \ fonts-terminus-otb \ fonts-hack \ fonts-hanazono \ fonts-noto \ fonts-noto-color-emoji \ + fonts-dejavu \ xclip \ hexchat \ brightnessctl \ |