From 5463b8143df79d4272cf439b273ba1e819773f98 Mon Sep 17 00:00:00 2001 From: glen Date: Thu, 8 Apr 2021 09:52:37 -0400 Subject: [PATCH] Remove lokinet-bin also during uninstall --- assets/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/uninstall.sh b/assets/uninstall.sh index 21c9124..b7b408b 100755 --- a/assets/uninstall.sh +++ b/assets/uninstall.sh @@ -1,6 +1,6 @@ #!/bin/bash -sudo apt remove lokinet-gui -y && sudo apt remove lokinet -y +sudo apt remove lokinet-gui -y && sudo apt remove lokinet -y && sudo apt remove lokinet-bin -y sudo systemctl restart dhcpcd sudo apt remove sox -y sudo rm /usr/share/applications/Lokinet.desktop || install_error "Unable to remove startup entry"