From 34fd1b89e097d2fdb348548d35f5f4c352df5c1c Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sat, 21 Jun 2025 22:19:21 -0400 Subject: [PATCH] Remove extra installation calls --- files/scripts/install-xpadneo.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/scripts/install-xpadneo.sh b/files/scripts/install-xpadneo.sh index 83bd9fe..c9dbb40 100644 --- a/files/scripts/install-xpadneo.sh +++ b/files/scripts/install-xpadneo.sh @@ -3,8 +3,6 @@ # Tell build process to exit if there are any errors. set -oue pipefail -dnf install dkms make bluez bluez-tools kernel-devel-`uname -r` kernel-headers - git clone https://github.com/atar-axis/xpadneo.git /tmp/xpadneo/ cd /tmp/xpadneo