Merge pull request #70 from mews-se/patch-1

Fontconfig dependency
This commit is contained in:
Chris Titus
2024-07-15 22:53:29 -05:00
committed by GitHub

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