From 35a31f82717a35418d942eec8e7f39948386fdf3 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Mon, 23 Jun 2025 15:54:02 +0100 Subject: [PATCH] final final setup! --- setup.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.sh b/setup.sh index 4c32dc0..17fde8e 100644 --- a/setup.sh +++ b/setup.sh @@ -59,9 +59,6 @@ if ! command -v ltcdump >/dev/null 2>&1; then echo "Installing autotools build dependencies..." sudo apt install -y autoconf automake libtool - echo "Preparing build system..." - ./autogen.sh - echo "Configuring build..." ./configure