From 86547178d8fdecc96171f1ace7bb295faea62b32 Mon Sep 17 00:00:00 2001
From: tobiglaser <76131623+tobiglaser@users.noreply.github.com>
Date: Thu, 24 Nov 2022 17:41:12 +0100
Subject: [PATCH] fix missing package imagetk

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 29e32fe..0d8447c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -30,7 +30,7 @@
 	echo " Arduino IDE."
 	sudo apt -qq install -qq -y arduino
 	echo " letsgoING ArduinoControl"
-	sudo apt -qq install -qq -y python3-pip python3-tk
+	sudo apt -qq install -qq -y python3-pip python3-tk python3-pil python3-pil.imagetk
 	sudo -H python3 -m pip install -q letsgoing-rpi-arduinocontrol
 
 
-- 
GitLab