From cdf4d60b217fe4feab9b2bcb96c648ad403a5ca5 Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 21 Sep 2021 18:21:18 -0400 Subject: [PATCH] install script: Add fonts package. Addresses #254 --- scripts/KlipperScreen-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/KlipperScreen-install.sh b/scripts/KlipperScreen-install.sh index 85c21a7e..100e4956 100755 --- a/scripts/KlipperScreen-install.sh +++ b/scripts/KlipperScreen-install.sh @@ -6,7 +6,7 @@ KSENV="${HOME}/.KlipperScreen-env" PKGLIST="xserver-xorg-video-fbturbo xdotool xinit xinput x11-xserver-utils libopenjp2-7 python3-distutils python3-gi" PKGLIST="${PKGLIST} python3-gi-cairo python3-virtualenv gir1.2-gtk-3.0 virtualenv matchbox-keyboard wireless-tools" -PKGLIST="${PKGLIST} libatlas-base-dev" +PKGLIST="${PKGLIST} libatlas-base-dev fonts-freefont-ttf" DGRAY='\033[1;30m' NC='\033[0m'