Added xdd install to setup script

This commit is contained in:
CosmicScale 2024-12-16 15:40:28 +00:00
parent 4221809dc2
commit 5a67e6015b

View File

@ -17,7 +17,7 @@ echo "Press any key to continue..."
read -n 1 -s read -n 1 -s
# Update package list and install necessary packages # Update package list and install necessary packages
sudo apt update && sudo apt install -y axel imagemagick python3-venv python3-pip nodejs npm sudo apt update && sudo apt install -y axel imagemagick xxd python3-venv python3-pip nodejs npm
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo echo
echo "Error: Package installation failed." echo "Error: Package installation failed."