From a3f2d3d53c6192c4e89f0523236ff7b541317254 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 18 Nov 2021 16:10:15 -0600 Subject: [PATCH] update pyqso install --- functions/additional.function | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/additional.function b/functions/additional.function index 793df88..db24a97 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -298,8 +298,7 @@ EOF ################################## PYQSO() { sudo apt-get install -y pyqso - #remove b/c it breaks hamlib installed from source - sudo apt purge -y libhamlib4 + } ##################################