From 239139bfac7574d968713af901b2fe31c72b3ad6 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 22 Jul 2021 06:44:12 -0500 Subject: [PATCH] move libudev-dev to depends section --- functions/flsuite.function | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/flsuite.function b/functions/flsuite.function index c7369d5..ab1f197 100644 --- a/functions/flsuite.function +++ b/functions/flsuite.function @@ -24,7 +24,7 @@ FLSTART() { # DEPENDS ################################## #install needed depends - sudo apt-get install -y libfltk1.3-dev libjpeg9-dev libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo + sudo apt-get install -y libfltk1.3-dev libjpeg9-dev libxft-dev libxinerama-dev libxcursor-dev libsndfile1-dev libsamplerate0-dev portaudio19-dev libpulse-dev libusb-1.0-0-dev texinfo libudev-dev ################################## # FLXMLRPC @@ -98,7 +98,6 @@ FLWRAP() { # FLDIGI ################################## FLDIGI() { - sudo apt install libudev-dev #Determine latest FLDIGI FLTAR=$(curl -s http://www.w1hkj.com/files/fldigi/ | grep .tar.gz | sed 's/
  • \ fldigi.*$//') FLPKG=$(echo ${FLTAR} | sed 's/.tar.gz//')