From 5a67e6015bcceb263e7c7b5717e80b9416ed3f99 Mon Sep 17 00:00:00 2001 From: CosmicScale Date: Mon, 16 Dec 2024 15:40:28 +0000 Subject: [PATCH] Added xdd install to setup script --- 01-Setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Setup.sh b/01-Setup.sh index 363782a..f3de0be 100755 --- a/01-Setup.sh +++ b/01-Setup.sh @@ -17,7 +17,7 @@ echo "Press any key to continue..." read -n 1 -s # 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 echo echo "Error: Package installation failed."