Skip to content
Snippets Groups Projects
Unverified Commit b4e1963b authored by Boisti13's avatar Boisti13 Committed by GitHub
Browse files

update setup.sh

parent ddd733cb
Branches main
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ sudo apt-get install python3-tk -y ...@@ -17,11 +17,11 @@ sudo apt-get install python3-tk -y
# Install required Python libraries # Install required Python libraries
echo "Installing 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 # Install imageTK
echo "Installing 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." echo "All necessary libraries and dependencies have been installed."
...@@ -43,7 +43,7 @@ else ...@@ -43,7 +43,7 @@ else
echo "MECSware_Interface.desktop not found in $SCRIPT_DIR" echo "MECSware_Interface.desktop not found in $SCRIPT_DIR"
fi fi
chmod +x /home/pi/Desktop/MECSware_Interface.desktop chmod +x /home/pi/Desktop/MECSware_Interface.desktop -y
# Display a message to indicate completion # Display a message to indicate completion
echo "Setup is complete. You can now run your Python script." echo "Setup is complete. You can now run your Python script."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment