From 45301469d65fd8b96b28e45394a70a0ff4662ed6 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Mon, 23 Jun 2025 16:15:41 +0100 Subject: [PATCH] removed cmake --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 99256eb..f069d5d 100644 --- a/setup.sh +++ b/setup.sh @@ -26,7 +26,7 @@ sudo apt upgrade -y # --------------------------------------------------------- echo "" echo "Step 2: Installing development tools..." -sudo apt install -y git curl python3 python3-pip build-essential cmake +sudo apt install -y git curl python3 python3-pip build-essential # --------------------------------------------------------- # Step 3: Install audio and media dependencies