From 569628ca768107167f4121e09b47f187b6d34ae4 Mon Sep 17 00:00:00 2001 From: glen Date: Fri, 5 Mar 2021 20:27:54 -0500 Subject: [PATCH] remove sox on uninstall --- assets/uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/uninstall.sh b/assets/uninstall.sh index 7c9ec12..5f9c194 100755 --- a/assets/uninstall.sh +++ b/assets/uninstall.sh @@ -2,6 +2,8 @@ sudo apt remove lokinet-gui -y && sudo apt remove lokinet -y sudo systemctl restart dhcpcd +sudo apt remove sox -y +sudo apt remove libsox-fmt-all -y sudo rm /usr/share/applications/Lokinet.desktop || install_error "Unable to remove startup entry" sudo rm /usr/pixmaps/lokiremove.png || install_error "Unable to remove startup icon" sudo rm -r /tmp/lokinet || install_error "Unable to remove lokinet removal files"