Skip to content

Commit

Permalink
Fontconfig dependency
Browse files Browse the repository at this point in the history
Added fontconfig to installDepend otherwise there is a big risk that no fonts are installed...
  • Loading branch information
mews-se authored Jul 16, 2024
1 parent b461a26 commit fcf1bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit fcf1bb8

Please sign in to comment.