Fontconfig dependency

Added fontconfig to installDepend otherwise there is a big risk that no fonts are installed...
This commit is contained in:
mews-se
2024-07-16 03:52:47 +02:00
committed by GitHub
parent b461a26e03
commit fcf1bb8040

View File

@@ -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
fi