Skip to content

Commit cf1e8f0

Browse files
committed
#379 fonts-dejavu added in install
1 parent 7bbd309 commit cf1e8f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

raspberry/OutputDisplay_Dependencies.sh

+7
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ pip3 install --upgrade --force-reinstall spidev
1313
# Raspberry Pi usually comes with the DejaVu font already
1414
# installed.
1515
# But in case it didn't, you can run the following to install it:
16+
#
17+
# Refer to #379 where @Meanhat writes: "It appears that
18+
# ttf-dejavu have been updated and
19+
# can be replaced with fonts-dejavu"
20+
# Let's keep both, assuming installing both will not hurt.
21+
# We can remove in future if confirmed obsolete
1622
# ----------------------------------------------------------
1723
sudo apt-get install ttf-dejavu
24+
sudo apt-get install fonts-dejavu
1825

1926
# ----------------------------------------------------------
2027
# Pillow Library

0 commit comments

Comments
 (0)