From d6ca425d7c44064e56eb788dcd1ac30ba1899624 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Mon, 23 Jun 2025 16:02:12 +0100 Subject: [PATCH] final working build --- setup.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.sh b/setup.sh index 17fde8e..c59a3c4 100644 --- a/setup.sh +++ b/setup.sh @@ -56,12 +56,6 @@ if ! command -v ltcdump >/dev/null 2>&1; then fi cd ltc-tools - echo "Installing autotools build dependencies..." - sudo apt install -y autoconf automake libtool - - echo "Configuring build..." - ./configure - echo "Compiling ltc-tools..." make