From fcf1bb8040a62b0b071e6236001fbfcc03dcf0ef Mon Sep 17 00:00:00 2001 From: mews-se <58894405+mews-se@users.noreply.github.com> Date: Tue, 16 Jul 2024 03:52:47 +0200 Subject: [PATCH] Fontconfig dependency Added fontconfig to installDepend otherwise there is a big risk that no fonts are installed... --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 66f99ed..9df2176 100755 --- a/setup.sh +++ b/setup.sh @@ -99,7 +99,7 @@ checkEnv() { installDepend() { ## Check for dependencies. - DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip' + DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip fontconfig' if ! command_exists nvim; then DEPENDENCIES="${DEPENDENCIES} neovim" fi @@ -274,4 +274,4 @@ if linkConfig; then echo "${GREEN}Done!\nrestart your shell to see the changes.${RC}" else echo "${RED}Something went wrong!${RC}" -fi \ No newline at end of file +fi