From b4e1963ba20ca4108c5e8a2f0d4a78dd38617d4f Mon Sep 17 00:00:00 2001 From: Boisti13 <76182879+Boisti13@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:33:58 +0200 Subject: [PATCH] update setup.sh --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 7af992e..0bac275 100644 --- a/setup.sh +++ b/setup.sh @@ -17,11 +17,11 @@ sudo apt-get install python3-tk -y # Install required Python libraries echo "Installing required Python libraries..." -pip3 install ttkthemes pillow --break-system-packages +pip3 install ttkthemes pillow --break-system-packages -y # Install imageTK echo "Installing imageTK..." -sudo apt-get install python3-pil python3-pil.imagetk +sudo apt-get install python3-pil python3-pil.imagetk -y echo "All necessary libraries and dependencies have been installed." @@ -43,7 +43,7 @@ else echo "MECSware_Interface.desktop not found in $SCRIPT_DIR" fi -chmod +x /home/pi/Desktop/MECSware_Interface.desktop +chmod +x /home/pi/Desktop/MECSware_Interface.desktop -y # Display a message to indicate completion echo "Setup is complete. You can now run your Python script." -- GitLab