We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbd309 commit cf1e8f0Copy full SHA for cf1e8f0
raspberry/OutputDisplay_Dependencies.sh
@@ -13,8 +13,15 @@ pip3 install --upgrade --force-reinstall spidev
13
# Raspberry Pi usually comes with the DejaVu font already
14
# installed.
15
# 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
22
# ----------------------------------------------------------
23
sudo apt-get install ttf-dejavu
24
+sudo apt-get install fonts-dejavu
25
26
27
# Pillow Library
0 commit comments