Skip to content

Commit 77fb6a0

Browse files
Merge pull request #70 from mews-se/patch-1
Fontconfig dependency
2 parents 0f71db9 + fcf1bb8 commit 77fb6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ checkEnv() {
9999

100100
installDepend() {
101101
## Check for dependencies.
102-
DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip'
102+
DEPENDENCIES='bash bash-completion tar bat tree multitail fastfetch wget unzip fontconfig'
103103
if ! command_exists nvim; then
104104
DEPENDENCIES="${DEPENDENCIES} neovim"
105105
fi
@@ -274,4 +274,4 @@ if linkConfig; then
274274
echo "${GREEN}Done!\nrestart your shell to see the changes.${RC}"
275275
else
276276
echo "${RED}Something went wrong!${RC}"
277-
fi
277+
fi

0 commit comments

Comments
 (0)