From 13b70e88761d8451ef8bc2c38a7ae6244e94a08e Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Thu, 18 Nov 2021 10:51:55 -0600 Subject: [PATCH] remove libhamlib4 installed by pyqso --- functions/additional.function | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/additional.function b/functions/additional.function index 16da0c0..0a9682b 100644 --- a/functions/additional.function +++ b/functions/additional.function @@ -298,6 +298,8 @@ EOF ################################## PYQSO() { sudo apt-get install -y pyqso + #remove b/c it breaks hamlib installed from source + sudo apt purge -y libhamlib4 } ##################################